Type alias LLMObsContentBlockType

LLMObsContentBlockType: typeof MARKDOWN | typeof HEADER | typeof TEXT | typeof JSON | typeof IMAGE | typeof WIDGET | typeof LLMOBS_TRACE | UnparsedObject

Discriminator for a single display_block content block. Adding a variant requires coordinated changes in the frontend renderer.

Generated using TypeDoc