Update test run components
Updates components of a test run.
PATCH
https://api.futureagi.com/simulate/run-tests/{run_test_id}/components/ Authentication
Path parameters
run_test_id
The test run ID.
Request body
agentDefinitionId
UUID of the new agent definition.
version
UUID of a specific agent version. Defaults to the active version if omitted.
simulatorAgentId
UUID of the simulator agent.
scenarios
Array of scenario UUIDs. Replaces the entire set.
enableToolEvaluation
Enable tool call evaluation. Requires api_key and assistant_id on the agent. Defaults to false.
Response
200 OK data
Updated test run object.
Errors
400
Invalid data or missing prerequisites for tool evaluation.
401
Invalid or missing API credentials.
404
Test run not found.
500
Unexpected server error.