The kind of content in a message block.
Summary
Functions
Plain text content.
Model thinking/reasoning content (e.g. Anthropic extended thinking).
A tool/function call from the model.
A tool/function result.
Types
Functions
@spec text() :: :TEXT
Plain text content.
@spec thinking() :: :THINKING
Model thinking/reasoning content (e.g. Anthropic extended thinking).
@spec tool_call() :: :TOOL_CALL
A tool/function call from the model.
@spec tool_result() :: :TOOL_RESULT
A tool/function result.