Update AI evaluation
https://api.coralogix.com/mgmt/openapi/5/ai/evaluations/v3/{id}Updates one or more fields of an existing AI evaluation.
Authorizations
Request
Path Parameters
Possible values: >= 36 characters and <= 36 characters, Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Unique identifier of the AI evaluation to update.
Body
Request to update an existing AI evaluation.
Name of the AI application this evaluation belongs to.
Possible values: non-empty and <= 256 characters, Value must match regular expression ^[\s\S]+$
Type-specific configuration (oneof).
Whether the evaluation is active.
Subsystem within the application.
Possible values: non-empty and <= 256 characters, Value must match regular expression ^[\s\S]+$
What the evaluation runs against: PROMPT, RESPONSE, or CONVERSATION.
Possible values: [PROMPT, RESPONSE, CONVERSATION]
Score threshold. Must be between 0.0 and 1.0 inclusive.
Possible values: >= 0 and <= 1
Comma-separated list of field paths to update. When provided, only the listed fields are touched; a listed field that is absent from the request body is cleared. When omitted, only fields present in the body are updated.
Possible values: non-empty and <= 1024 characters, Value must match regular expression ^[a-zA-Z_][a-zA-Z0-9_]*(,[a-zA-Z_][a-zA-Z0-9_]*)*$
Response
Response returned after updating an AI evaluation.
The updated AI evaluation.