Skip to main content

Create AI evaluation

POSThttps://api.coralogix.com/mgmt/openapi/5/ai/evaluations/v3

Creates a new AI evaluation for an application.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json

Request to create a new AI evaluation.

    application#string

    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).

    isEnabled#boolean

    Whether the evaluation should start active.

    subsystem#string

    Subsystem within the application.

    Possible values: non-empty and <= 256 characters, Value must match regular expression ^[\s\S]+$

    target#EvaluationTarget

    What the evaluation runs against: PROMPT, RESPONSE, or CONVERSATION.

    Possible values: [PROMPT, RESPONSE, CONVERSATION]

    threshold#double

    Score threshold. Must be between 0.0 and 1.0 inclusive.

    Possible values: >= 0 and <= 1

Response

application/json

Response returned after creating an AI evaluation.

    The newly created AI evaluation.