Skip to main content

PromptPlaygroundsClient

adaline.prompts.playgrounds reads the playgrounds attached to a prompt — the saved test scenarios with their own messages, variables, and run history. Every method is async.

Access

The class is also exported directly:
Types from adaline_api:

list()

List all playgrounds attached to a prompt.

Example


get()

Retrieve a single playground by ID.

Example


See Also