Class LLMObsTraceAnnotatedInteractionItem

A trace, experiment trace, or session interaction with its associated annotations.

Hierarchy

  • LLMObsTraceAnnotatedInteractionItem

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
annotations: LLMObsAnnotationItem[]

List of annotations for this interaction.

contentId: string

Upstream entity identifier supplied by the caller.

createdAt: Date

Timestamp when the interaction was added to the queue.

id: string

Unique identifier of the interaction.

modifiedAt: Date

Timestamp when the interaction was last updated.

Type of an upstream-entity interaction.

Generated using TypeDoc