Class LLMObsAnnotatedInteractionByTraceItem

An annotated interaction returned by the cross-queue lookup, including the source queue metadata.

Hierarchy

  • LLMObsAnnotatedInteractionByTraceItem

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 (trace ID, session ID, or deterministic display_block ID).

createdAt: Date

Timestamp when the interaction was added to the queue.

displayBlock?: LLMObsContentBlock[]

List of content blocks that make up a display_block interaction. Must contain at least one block.

id: string

Unique identifier of the interaction.

modifiedAt: Date

Timestamp when the interaction was last updated.

queueId: string

Identifier of the annotation queue this interaction belongs to.

queueName: string

Name of the annotation queue this interaction belongs to.

Type of an annotated interaction.

Generated using TypeDoc