Update evaluation configuration
Updates an evaluation configuration for a test run.
https://api.futureagi.com/simulate/run-tests/{run_test_id}/eval-configs/{eval_config_id}/update/ Authentication
Path parameters
The test run ID.
The evaluation configuration ID.
Request body
Updated evaluation configuration parameters. Supports nested config and mapping keys.
Updated field mapping between test data and evaluation inputs.
Model to use for evaluations.
Enable granular error localization in evaluation results.
UUID of a knowledge base to use for grounding.
Updated name for the evaluation configuration.
When true, triggers an immediate rerun after updating. Defaults to false.
UUID of the test execution to rerun against. Required when run is true.
Response
200 OKErrors
Invalid data or missing testExecutionId when run is true.
Invalid or missing API credentials.
Test run or evaluation configuration not found.
Unexpected server error.