v1

latestOpenAPI 3.0.02026-07-26492143.5 KB
Evaluations

Update evaluation config

Partially update the evaluation configuration for an agent. Omitted fields keep their current value. Provided list fields (criteria, tags, data_points) replace that list entirely.

Requires Pro tier or above.

patch/agents/{agent_id}/evaluation-config

Path parameters

agent_idstring required

ID of the agent.

Request body

enabledboolean

Whether evaluations are enabled for this agent.

model_namestring

LLM model to use for evaluation.

include_auto_tagsboolean

Allow the evaluator to suggest tags beyond your predefined vocabulary.

Response

Updated evaluation configuration.