Expand description
LLM message types for agent-based workflows.
This module provides types for representing chat messages in LLM conversations, including support for tool calls, streaming responses, and multimodal content.
Structsยง
- Message
- A chat message in an LLM conversation.
- Tool
Call - A tool call requested by the assistant.
- Tool
Call Function - Details of a function call within a tool invocation.