Structs§
- Chat
Request - A chat completion request.
- Chat
Response - A chat completion response.
- Message
- A single message in the conversation.
- Tool
- A tool definition that the model can call.
- Tool
Result - Result of a tool invocation, sent back to the model.
- ToolUse
- A tool invocation returned by the model.
- Usage
- Token usage information.
Enums§
- Content
Part - A part of message content.
- Image
Source - Source data for an image.
- Role
- Role of a message participant.
- Stop
Reason - Reason why the model stopped generating.
- Stream
Event - An event from a streaming chat response.
- Tool
Choice - Strategy for tool selection.