A single annotation on an interaction, as returned by the API.

Hierarchy

  • LLMObsAnnotationItemResponse

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
createdAt: Date

Timestamp when the annotation was created.

createdBy: string

Identifier of the user who created the annotation.

id: string

Unique identifier of the annotation.

interactionId: string

Identifier of the interaction this annotation belongs to.

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

modifiedAt: Date

Timestamp when the annotation was last modified.

modifiedBy: string

Identifier of the user who last modified the annotation.

Generated using TypeDoc