Backplane. AiProtocol. ContentBlock
(backplane_ai_protocol v0.7.0)
Copy Markdown
Typed, ordered content.
Opaque reasoning and provider state are preserved as provenance-tagged values; they are never converted into display text.
Summary
Types
@type kind() :: :text | :image | :reasoning | :tool_call | :refusal | :provider_state
Functions
@spec new(map()) :: {:ok, t()} | {:error, Backplane.AiProtocol.Error.t()}