API’s for managing scenarios. This view set provides endpoints to list, create, and manage and run scenarios.
API Key Authentication. It should be included in the header of each request.
Schema for the run_scenarios_text endpoint, which runs scenarios in text mode.
The AI agent this evaluator is associated with
Alternative to agent ID - the assistant ID to use for this scenario
Example: "asst_1234567890"
Label text for result
List of evaluator IDs to run. Either evaluators or tags must be provided.
Example: [11, 22, 33]
List of tags to filter evaluators to run. Either evaluators or tags must be provided.
Example: ["tag1", "tag2", "tag3"]
The number of times each evaluator will run
Example: 1
List of personality IDs to override for this run. If not provided, uses the scenario's default personality.
List of test profile IDs to override for this run. If not provided, uses the scenario's default test profile.