Agents 0.0.2
Edge AI Agents SDK
|
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. | |
Response from an LLM.