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

#include <agent_chat_widget.h>

Public Attributes

std::string ai_provider = "mock"
 
std::string ai_model
 
std::string ollama_host = "http://localhost:11434"
 
std::string gemini_api_key
 
bool verbose = false
 
bool show_reasoning = true
 
int max_tool_iterations = 4
 
int max_retry_attempts = 3
 
char provider_buffer [32] = "mock"
 
char model_buffer [128] = {}
 
char ollama_host_buffer [256] = "http://localhost:11434"
 
char gemini_key_buffer [256] = {}
 

Detailed Description

Definition at line 211 of file agent_chat_widget.h.

Member Data Documentation

◆ ai_provider

◆ ai_model

◆ ollama_host

◆ gemini_api_key

◆ verbose

◆ show_reasoning

◆ max_tool_iterations

◆ max_retry_attempts

int yaze::editor::AgentChatWidget::AgentConfigState::max_retry_attempts = 3

◆ provider_buffer

char yaze::editor::AgentChatWidget::AgentConfigState::provider_buffer[32] = "mock"

◆ model_buffer

char yaze::editor::AgentChatWidget::AgentConfigState::model_buffer[128] = {}

◆ ollama_host_buffer

char yaze::editor::AgentChatWidget::AgentConfigState::ollama_host_buffer[256] = "http://localhost:11434"

◆ gemini_key_buffer

char yaze::editor::AgentChatWidget::AgentConfigState::gemini_key_buffer[256] = {}

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