A single annotation on an interaction.

Hierarchy

  • LLMObsAnnotationItem

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.

labelValues: {
    [key: string]: any;
}

The label values for this annotation.

Type declaration

  • [key: string]: any
modifiedAt: Date

Timestamp when the annotation was last modified.

modifiedBy: string

Identifier of the user who last modified the annotation.

Generated using TypeDoc