Update Custom Eval Config

Partially updates an existing custom eval config.

PATCH https://api.futureagi.com/tracer/custom-eval-config/{id}/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Path parameters

id UUID Required

The custom eval config ID.

Request body

Only included fields are updated; omitted fields retain their current values.

eval_template string Optional

UUID of a new eval template. Changing the template re-normalizes config and mapping against the new schema.

name string Optional

Updated config name. Max 255 characters; must be unique within the project among non-deleted configs.

config object Optional

Updated configuration dictionary. Normalized against the template’s config schema; unrecognized fields are ignored.

mapping object Optional

Updated trace span field-to-template input mapping.

filters object Optional

Updated filter criteria. Pass {} to clear all filters.

error_localizer boolean Optional

Enable or disable error localization. Defaults to false.

kb_id string Optional

UUID of a knowledge base file. Pass null to remove.

model string Optional

Evaluation model. Options: turing_large, turing_small, protect, protect_flash, turing_flash. Pass null for system default.

Errors

400 Bad Request Optional

Invalid fields or duplicate config name within the project.

401 Unauthorized Optional

Invalid or missing API credentials.

404 Not Found Optional

No config found with the specified ID.

500 Internal Server Error Optional

Unexpected server error.

GET /
Authentication
REQUEST
 
RESPONSE