#include <agent_editor.h>
Public Attributes | |
std::string | provider = "mock" |
std::string | model |
std::string | ollama_host = "http://localhost:11434" |
std::string | gemini_api_key |
bool | verbose = false |
bool | show_reasoning = true |
int | max_tool_iterations = 4 |
Definition at line 96 of file agent_editor.h.
std::string yaze::editor::AgentEditor::AgentConfig::provider = "mock" |
std::string yaze::editor::AgentEditor::AgentConfig::model |
Definition at line 98 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
std::string yaze::editor::AgentEditor::AgentConfig::ollama_host = "http://localhost:11434" |
Definition at line 99 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
std::string yaze::editor::AgentEditor::AgentConfig::gemini_api_key |
Definition at line 100 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
bool yaze::editor::AgentEditor::AgentConfig::verbose = false |
Definition at line 101 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
bool yaze::editor::AgentEditor::AgentConfig::show_reasoning = true |
int yaze::editor::AgentEditor::AgentConfig::max_tool_iterations = 4 |