Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Path Parameters

agent_id
string
required

ID of the agent.

Body

application/json
enabled
boolean

Whether evaluations are enabled for this agent.

model_name
string

LLM model to use for evaluation.

include_auto_tags
boolean

Allow the evaluator to suggest tags beyond your predefined vocabulary.

criteria
object[]

Quality criteria to check (replaces existing list). Max 30.

tags
object[]

Tag vocabulary (replaces existing list). Max 50.

data_points
object[]

Data points to extract (replaces existing list). Max 40.

sentiment
object

Response

Updated evaluation configuration.

config
object