#include <project.h>
Public Attributes | |
std::string | ai_provider = "auto" |
std::string | ai_model |
std::string | ollama_host = "http://localhost:11434" |
std::string | gemini_api_key |
std::string | custom_system_prompt |
bool | use_custom_prompt = false |
bool | show_reasoning = true |
bool | verbose = false |
int | max_tool_iterations = 4 |
int | max_retry_attempts = 3 |
std::string yaze::project::YazeProject::AgentSettings::ai_provider = "auto" |
std::string yaze::project::YazeProject::AgentSettings::ai_model |
std::string yaze::project::YazeProject::AgentSettings::ollama_host = "http://localhost:11434" |
std::string yaze::project::YazeProject::AgentSettings::gemini_api_key |
std::string yaze::project::YazeProject::AgentSettings::custom_system_prompt |
bool yaze::project::YazeProject::AgentSettings::use_custom_prompt = false |
bool yaze::project::YazeProject::AgentSettings::show_reasoning = true |
bool yaze::project::YazeProject::AgentSettings::verbose = false |
int yaze::project::YazeProject::AgentSettings::max_tool_iterations = 4 |
int yaze::project::YazeProject::AgentSettings::max_retry_attempts = 3 |