LlmResponse
Defined in the protocols module.Rust AI Agent SDK An LLM response.
Fields
| Name | Type | Description |
|---|---|---|
content | String | Response content |
tool_calls | Vec<ToolCall> | Tool calls if any |
usage | Option<TokenUsage> | Token usage |
Source
View on GitHub
praisonai/src/protocols/mod.rs at line 199
