Create Custom Eval Config
Creates a new custom eval config for a project.
https://api.futureagi.com/tracer/custom-eval-config/ Authentication
Request body
UUID of the eval template to base this config on. Must reference a valid template.
Name for the config. Max 255 characters; must be unique within the project among non-deleted configs.
UUID of the project to associate this config with.
Configuration dictionary to customize template behavior. Normalized against the template’s config schema; unrecognized fields are ignored.
Maps trace span fields to the template’s expected inputs (e.g., {"input": "user_query", "output": "assistant_response"}). Keys with null or empty values are stripped.
Filter criteria restricting which spans this config applies to.
Enables error localization to identify which output segment caused a failure. Defaults to false.
UUID of a knowledge base file to reference during evaluation.
Evaluation model for scoring. Options: turing_large, turing_small, protect, protect_flash, turing_flash. Defaults to the system default when omitted.
Response
200 OKErrors
Missing required fields or invalid values.
Invalid or missing API credentials.
Unexpected server error.