model_client
Type Aliases
Section titled “Type Aliases”ClientResult
Section titled “ClientResult”type ClientResult = Result<T, LlmError>;Structs
Section titled “Structs”ClientCapabilities
Section titled “ClientCapabilities”Fields
| Field | Type | Description |
|---|---|---|
streaming | bool | |
tool_calling | bool | |
structured_output | bool |
ApiMode
Section titled “ApiMode”Variants
| Variant | Description |
|---|---|
Chat | |
Responses | |
Auto |