Skip to main content

LlmResponse

Defined in the LLM Providers module.
Rust AI Agent SDK LLM response

Fields

NameTypeDescription
contentStringThe response content
tool_callsVec<ToolCall>Tool calls (if any)
finish_reasonOption<String>Finish reason
usageOption<Usage>Usage statistics