#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::core::YazeProject::AgentSettings::ai_provider = "auto" |
Definition at line 116 of file project.h.
Referenced by yaze::editor::AgentChatWidget::LoadAgentSettingsFromProject(), yaze::core::YazeProject::LoadFromYazeFormat(), yaze::editor::AgentChatWidget::SaveAgentSettingsToProject(), and yaze::core::YazeProject::SaveToYazeFormat().
std::string yaze::core::YazeProject::AgentSettings::ai_model |
Definition at line 117 of file project.h.
Referenced by yaze::editor::AgentChatWidget::LoadAgentSettingsFromProject(), yaze::core::YazeProject::LoadFromYazeFormat(), yaze::editor::AgentChatWidget::SaveAgentSettingsToProject(), and yaze::core::YazeProject::SaveToYazeFormat().
std::string yaze::core::YazeProject::AgentSettings::ollama_host = "http://localhost:11434" |
Definition at line 118 of file project.h.
Referenced by yaze::editor::AgentChatWidget::LoadAgentSettingsFromProject(), yaze::core::YazeProject::LoadFromYazeFormat(), yaze::editor::AgentChatWidget::SaveAgentSettingsToProject(), and yaze::core::YazeProject::SaveToYazeFormat().
std::string yaze::core::YazeProject::AgentSettings::gemini_api_key |
Definition at line 119 of file project.h.
Referenced by yaze::editor::AgentChatWidget::LoadAgentSettingsFromProject(), yaze::core::YazeProject::LoadFromYazeFormat(), yaze::editor::AgentChatWidget::SaveAgentSettingsToProject(), and yaze::core::YazeProject::SaveToYazeFormat().
std::string yaze::core::YazeProject::AgentSettings::custom_system_prompt |
Definition at line 120 of file project.h.
Referenced by yaze::editor::AgentChatWidget::LoadAgentSettingsFromProject(), yaze::core::YazeProject::LoadFromYazeFormat(), yaze::editor::AgentChatWidget::SaveAgentSettingsToProject(), and yaze::core::YazeProject::SaveToYazeFormat().
bool yaze::core::YazeProject::AgentSettings::use_custom_prompt = false |
Definition at line 121 of file project.h.
Referenced by yaze::editor::AgentChatWidget::LoadAgentSettingsFromProject(), yaze::core::YazeProject::LoadFromYazeFormat(), yaze::editor::AgentChatWidget::SaveAgentSettingsToProject(), and yaze::core::YazeProject::SaveToYazeFormat().
bool yaze::core::YazeProject::AgentSettings::show_reasoning = true |
Definition at line 122 of file project.h.
Referenced by yaze::editor::AgentChatWidget::LoadAgentSettingsFromProject(), yaze::core::YazeProject::LoadFromYazeFormat(), yaze::editor::AgentChatWidget::SaveAgentSettingsToProject(), and yaze::core::YazeProject::SaveToYazeFormat().
bool yaze::core::YazeProject::AgentSettings::verbose = false |
Definition at line 123 of file project.h.
Referenced by yaze::editor::AgentChatWidget::LoadAgentSettingsFromProject(), yaze::core::YazeProject::LoadFromYazeFormat(), yaze::editor::AgentChatWidget::SaveAgentSettingsToProject(), and yaze::core::YazeProject::SaveToYazeFormat().
int yaze::core::YazeProject::AgentSettings::max_tool_iterations = 4 |
Definition at line 124 of file project.h.
Referenced by yaze::editor::AgentChatWidget::LoadAgentSettingsFromProject(), yaze::core::YazeProject::LoadFromYazeFormat(), yaze::editor::AgentChatWidget::SaveAgentSettingsToProject(), and yaze::core::YazeProject::SaveToYazeFormat().
int yaze::core::YazeProject::AgentSettings::max_retry_attempts = 3 |
Definition at line 125 of file project.h.
Referenced by yaze::editor::AgentChatWidget::LoadAgentSettingsFromProject(), yaze::core::YazeProject::LoadFromYazeFormat(), yaze::editor::AgentChatWidget::SaveAgentSettingsToProject(), and yaze::core::YazeProject::SaveToYazeFormat().