Create
Run an Evaluation Test Case
/v2/gen-ai/evaluation_runs
To run an evaluation test case, send a POST request to /v2/gen-ai/evaluation_runs.
Body Parameters
agent_uuids: optional array of string
Agent UUIDs to run the test case against.
run_name: optional string
The name of the run.
test_case_uuid: optional string
Test-case UUID to run
Returns
evaluation_run_uuids: optional array of string
Run an Evaluation Test Case
curl https://api.digitalocean.com/v2/gen-ai/evaluation_runs \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $DIGITALOCEAN_ACCESS_TOKEN"
{
"evaluation_run_uuids": [
"example string"
]
}Returns Examples
{
"evaluation_run_uuids": [
"example string"
]
}