#include <common.h>
Public Attributes | |
| std::string | text_response |
| std::vector< ToolCall > | tool_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 |
| std::string yaze::cli::AgentResponse::text_response |
Definition at line 20 of file common.h.
Referenced by yaze::cli::LocalGeminiCliService::ExecuteGeminiCli(), yaze::cli::MockAIService::GenerateResponse(), yaze::cli::MockAIService::GenerateResponse(), yaze::cli::agent::ConversationalAgentService::HandleExternalResponse(), and anonymous_namespace{yaze_debug_inspector.cc}::onExternalAiResponse().
| std::vector<ToolCall> yaze::cli::AgentResponse::tool_calls |
Definition at line 23 of file common.h.
Referenced by yaze::cli::MockAIService::GenerateResponse(), yaze::cli::agent::ConversationalAgentService::HandleExternalResponse(), and anonymous_namespace{yaze_debug_inspector.cc}::onExternalAiResponse().
| std::vector<std::string> yaze::cli::AgentResponse::commands |
Definition at line 26 of file common.h.
Referenced by yaze::cli::LocalGeminiCliService::ExecuteGeminiCli(), yaze::cli::MockAIService::GenerateResponse(), yaze::cli::agent::ConversationalAgentService::HandleExternalResponse(), and yaze::cli::agent::HandleRunCommand().
| std::string yaze::cli::AgentResponse::reasoning |
Definition at line 29 of file common.h.
Referenced by yaze::cli::MockAIService::GenerateResponse(), yaze::cli::MockAIService::GenerateResponse(), and yaze::cli::agent::ConversationalAgentService::HandleExternalResponse().
| std::string yaze::cli::AgentResponse::provider |
Definition at line 32 of file common.h.
Referenced by yaze::cli::LocalGeminiCliService::ExecuteGeminiCli(), yaze::cli::MockAIService::GenerateResponse(), and yaze::cli::MockAIService::GenerateResponse().
| std::string yaze::cli::AgentResponse::model |
Definition at line 33 of file common.h.
Referenced by yaze::cli::LocalGeminiCliService::ExecuteGeminiCli(), yaze::cli::MockAIService::GenerateResponse(), and yaze::cli::MockAIService::GenerateResponse().
| std::map<std::string, std::string> yaze::cli::AgentResponse::parameters |
Definition at line 37 of file common.h.
Referenced by yaze::cli::MockAIService::GenerateResponse(), and yaze::cli::MockAIService::GenerateResponse().