Class LLMObsDisplayBlockAnnotatedInteractionItem

A display_block interaction with its associated annotations.

Hierarchy

  • LLMObsDisplayBlockAnnotatedInteractionItem

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

Server-generated deterministic identifier derived from the block list.

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.

Type discriminator for a display_block interaction.

Generated using TypeDoc