yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::AgentEditor::AgentConfig Struct Reference

#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
 
std::string openai_api_key
 
bool verbose = false
 
bool show_reasoning = true
 
int max_tool_iterations = 4
 
int max_retry_attempts = 3
 
float temperature = 0.25f
 
float top_p = 0.95f
 
int max_output_tokens = 2048
 
bool stream_responses = false
 

Detailed Description

Definition at line 120 of file agent_editor.h.

Member Data Documentation

◆ provider

◆ model

◆ ollama_host

std::string yaze::editor::AgentEditor::AgentConfig::ollama_host = "http://localhost:11434"

◆ gemini_api_key

◆ openai_api_key

◆ verbose

◆ show_reasoning

◆ max_tool_iterations

◆ max_retry_attempts

◆ temperature

float yaze::editor::AgentEditor::AgentConfig::temperature = 0.25f

◆ top_p

float yaze::editor::AgentEditor::AgentConfig::top_p = 0.95f

◆ max_output_tokens

int yaze::editor::AgentEditor::AgentConfig::max_output_tokens = 2048

◆ stream_responses

bool yaze::editor::AgentEditor::AgentConfig::stream_responses = false

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