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

Response from an LLM. More...

#include <types.h>

Public Attributes

String content
 The content of the response.
 
std::vector< std::pair< String, JsonObject > > tool_calls
 The tool calls that were made.
 
std::map< 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
actor_agent_example.cpp.