Class: DatadogAPIClient::V2::LLMObsContentBlockType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/llm_obs_content_block_type.rb

Overview

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

Constant Summary collapse

MARKDOWN =
"markdown".freeze
HEADER =
"header".freeze
TEXT =
"text".freeze
JSON =
"json".freeze
IMAGE =
"image".freeze
WIDGET =
"widget".freeze
LLMOBS_TRACE =
"llmobs_trace".freeze

Method Summary

Methods included from BaseEnumModel

included