Skip to main content
PUT
Update evaluation configuration for an agent

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

agentId
string<uuid>
required

UUID of the agent whose evaluation config should be updated

Body

application/json

New evaluation configuration for the agent

evaluatorModel
string

Identifier for the model used to evaluate the agent

enabled
boolean
default:true

Whether automatic evaluation is enabled for this agent

threshold
number<float>

Threshold score for flagging evaluations

Required range: 0 <= x <= 1

Response

Evaluation configuration updated successfully

evaluatorModel
string

Identifier for the model used to evaluate the agent

enabled
boolean
default:true

Whether automatic evaluation is enabled for this agent

threshold
number<float>

Threshold score for flagging evaluations

Required range: 0 <= x <= 1