yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::AgentResponse Struct Reference

#include <common.h>

Public Attributes

std::string text_response
 
std::vector< ToolCalltool_calls
 
std::vector< std::string > commands
 
std::string reasoning
 
std::string provider
 
std::string model
 
double latency_seconds = 0.0
 
std::map< std::string, std::string > parameters
 
std::vector< std::string > warnings
 

Detailed Description

Definition at line 18 of file common.h.

Member Data Documentation

◆ text_response

◆ tool_calls

◆ commands

◆ reasoning

◆ provider

std::string yaze::cli::AgentResponse::provider

◆ model

◆ latency_seconds

double yaze::cli::AgentResponse::latency_seconds = 0.0

Definition at line 36 of file common.h.

◆ parameters

std::map<std::string, std::string> yaze::cli::AgentResponse::parameters

◆ warnings

std::vector<std::string> yaze::cli::AgentResponse::warnings

Definition at line 40 of file common.h.


The documentation for this struct was generated from the following file: