yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::core::YazeProject::AgentSettings Struct Reference

#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
 

Detailed Description

Definition at line 115 of file project.h.

Member Data Documentation

◆ ai_provider

◆ ai_model

◆ ollama_host

std::string yaze::core::YazeProject::AgentSettings::ollama_host = "http://localhost:11434"

◆ gemini_api_key

◆ custom_system_prompt

◆ use_custom_prompt

◆ show_reasoning

◆ verbose

◆ max_tool_iterations

◆ max_retry_attempts


The documentation for this struct was generated from the following file: