1 2 3 4 5 6 7 8
# messages/ Message content types and tool-related message types for the API. | File | Responsibility | |------|----------------| | content.rs | Content enum variants: Text, Image, ToolUse, ToolResult | | tools_and_messages.rs | Tool definitions, tool choice, and message builder types |