Agents 1.4.0
Edge AI Agents SDK
Loading...
Searching...
No Matches
agents::LLMResponse Struct Reference

Response from an LLM. More...

#include <types.h>

Public Attributes

std::string content
 The content of the response.
ToolCalls tool_calls
 The tool calls that were made.
std::map< std::string, double > usage_metrics
 The usage metrics for the call.

Detailed Description

Response from an LLM.

Note
This is the response from an LLM call. It contains the content of the response, the tool calls that were made, and the usage metrics for the call.
Examples
autonomous_agent_example.cpp, and routing_example.cpp.