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 anthropic_api_key
 
std::string openai_api_key
 
std::string openai_base_url = "https://api.openai.com"
 
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 137 of file agent_editor.h.

Member Data Documentation

◆ provider

◆ model

◆ ollama_host

◆ gemini_api_key

◆ anthropic_api_key

std::string yaze::editor::AgentEditor::AgentConfig::anthropic_api_key

◆ openai_api_key

◆ openai_base_url

◆ verbose

◆ show_reasoning

◆ max_tool_iterations

◆ max_retry_attempts

◆ temperature

◆ top_p

◆ max_output_tokens

◆ stream_responses


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