Update Custom Eval Config
Partially updates an existing custom eval config.
https://api.futureagi.com/tracer/custom-eval-config/{id}/ Authentication
Path parameters
The custom eval config ID.
Request body
Only included fields are updated; omitted fields retain their current values.
UUID of a new eval template. Changing the template re-normalizes config and mapping against the new schema.
Updated config name. Max 255 characters; must be unique within the project among non-deleted configs.
Updated configuration dictionary. Normalized against the template’s config schema; unrecognized fields are ignored.
Updated trace span field-to-template input mapping.
Updated filter criteria. Pass {} to clear all filters.
Enable or disable error localization. Defaults to false.
UUID of a knowledge base file. Pass null to remove.
Evaluation model. Options: turing_large, turing_small, protect, protect_flash, turing_flash. Pass null for system default.
Errors
Invalid fields or duplicate config name within the project.
Invalid or missing API credentials.
No config found with the specified ID.
Unexpected server error.