Class LLMObsDisplayBlockInteractionResponseItem

A display_block interaction result.

Hierarchy

  • LLMObsDisplayBlockInteractionResponseItem

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
alreadyExisted: boolean

Whether this interaction already existed in the queue.

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