Add evaluation configurations
Adds evaluation configurations to a test run.
https://api.futureagi.com/simulate/run-tests/{run_test_id}/eval-configs/ Authentication
Path parameters
UUID of the test run to add evaluation configurations to.
Request body
Array of evaluation configuration objects.
UUID of the evaluation template to use.
Name for this evaluation configuration. Must be unique within the test run.
Template-specific configuration parameters.
Maps test execution data fields to the evaluation template’s expected inputs.
Filter criteria to restrict which test results are evaluated.
Enables granular error localization on evaluation failures. Defaults to false.
Model to use for running this evaluation.
Response
201 CreatedArray of the newly created evaluation config objects. Each object contains: id, name, config, mapping, filters, error_localizer, model, status, template_id.
Present only when some configs in the request failed to create while others succeeded. Lists per-item error messages.
Errors
Invalid or missing fields such as a non-existent template_id, duplicate name, or malformed config/mapping.
Missing or invalid X-Api-Key or X-Secret-Key headers.
No test run found with the specified run_test_id.
Unexpected server error.