#include <common.h>
Public Attributes | |
| std::string | tool_name |
| std::map< std::string, std::string > | args |
| std::string yaze::cli::ToolCall::tool_name |
Definition at line 13 of file common.h.
Referenced by yaze::cli::agent::ToolDispatcher::Dispatch(), yaze::cli::MockAIService::GenerateResponse(), anonymous_namespace{yaze_debug_inspector.cc}::onExternalAiResponse(), and yaze::cli::PromptBuilder::ParseExamples().
| std::map<std::string, std::string> yaze::cli::ToolCall::args |
Definition at line 14 of file common.h.
Referenced by yaze::cli::agent::ToolDispatcher::Dispatch(), yaze::cli::MockAIService::GenerateResponse(), anonymous_namespace{yaze_debug_inspector.cc}::onExternalAiResponse(), and yaze::cli::PromptBuilder::ParseExamples().