LlmResponse
Defined in the LLM Providers module.Rust AI Agent SDK LLM response
Fields
| Name | Type | Description |
|---|---|---|
content | String | The response content |
tool_calls | Vec<ToolCall> | Tool calls (if any) |
finish_reason | Option<String> | Finish reason |
usage | Option<Usage> | Usage statistics |

