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
adaline_api:
list()
List all playgrounds attached to a prompt.Example
get()
Retrieve a single playground by ID.Example
See Also
- PromptsClient — parent client
- API reference: List playgrounds · Get playground