Skip to main content

Module chat

Module chat 

Source

Structsยง

ChatMessage
A single message in a conversation.
ChatRequest
Request body for text generation.
ChatResponse
Response from a non-streaming chat request.
ChatStream
An async stream of StreamEvents from an SSE chat response.
ChatTool
Defines a function the model can call.
ChatUsage
Token counts and cost for a chat response.
ContentBlock
A single block in the response content array.
StreamDelta
Incremental text in a streaming event.
StreamEvent
A single event from an SSE chat stream.
StreamToolUse
A tool call from a streaming event.