Evals

Update an Evaluator

patch/v2/evaluators/{id}

Path parameters

idstring required

Request body

typestring

Evaluator type. Optional on update — inferred from existing evaluator.

pathstring

Project path. Optional on update — uses existing project if omitted.

keystring
descriptionstring
promptstring
output_typestring
categoriesstring[] nullable
repetitionsnumber
mode'single' | 'jury'
modelstring
schemastring
urlstring
methodstring
headersobject
payloadobject
codestring
versionIncrement'major' | 'minor' | 'patch'
versionDescriptionstring

Example request

{
  "path": "Default"
}

Response

Successfully updated an eval

OR
OR
OR
OR
OR
OR

Changes