Create custom evaluation
https://api.coralogix.com/mgmt/openapi/5/ai/custom-evaluations/v3Creates a new custom evaluation in the catalog.
Authorizations
Request
Body
Request to create a custom evaluation in the catalog.
IDs of AI applications to link this custom evaluation to.
Possible values: <= 1024
Human-readable description.
Possible values: <= 65536 characters, Value must match regular expression ^[\s\S]*$
Example conversations and expected scores.
Possible values: <= 100
Instructions sent to the LLM evaluator.
Possible values: non-empty and <= 1048576 characters, Value must match regular expression ^[\s\S]+$
Display name of the custom evaluation.
Possible values: non-empty and <= 256 characters, Value must match regular expression ^[\s\S]+$
Policy type identifier.
Possible values: non-empty and <= 256 characters, Value must match regular expression ^[\s\S]+$
Description of what counts as safe.
Possible values: <= 65536 characters, Value must match regular expression ^[\s\S]*$
Whether to include the system prompt in the LLM input.
Description of what counts as violating the policy.
Possible values: <= 65536 characters, Value must match regular expression ^[\s\S]*$
Response
Response returned after creating a custom evaluation.
The newly created custom evaluation.