Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
