Class LLMObsAnnotatedInteractionDataAttributesResponse

Attributes containing an annotated interaction and its related events.

Hierarchy

  • LLMObsAnnotatedInteractionDataAttributesResponse

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
annotatedInteraction: LLMObsAnnotatedInteractionItem

An interaction with its associated annotations.

Page of events associated with the annotated interaction.

interactionType: LLMObsAnyInteractionType

Type of an annotated interaction.

nextCursor?: string

Cursor to retrieve the next page of events. Absent when there are no more events.

Generated using TypeDoc