Skip to main content

Module llm

Module llm 

Source
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.
ToolCall
A tool call requested by the assistant.
ToolCallFunction
Details of a function call within a tool invocation.