Class LLMObsDisplayBlockInteractionItem

An interaction whose rendered content is supplied directly as a list of display blocks. The server generates content_id deterministically from the block list.

Hierarchy

  • LLMObsDisplayBlockInteractionItem

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
displayBlock: LLMObsContentBlock[]

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

Type discriminator for a display_block interaction.

Generated using TypeDoc