A single annotation to create or update. The annotation is matched by interaction_id and the requesting user's identity.

Hierarchy

  • LLMObsUpsertAnnotationItem

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
interactionId: string

ID of the interaction to annotate.

Label values for this annotation. Each entry references a label schema by ID and provides the corresponding value validated against the schema type constraints.

Generated using TypeDoc