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

#include <conversational_agent_service.h>

Public Attributes

int max_tool_iterations = 4
 
int max_retry_attempts = 3
 
bool verbose = false
 
bool show_reasoning = true
 
size_t max_history_messages = 50
 
bool trim_history = true
 
bool enable_vim_mode = false
 
AgentOutputFormat output_format = AgentOutputFormat::kFriendly
 

Detailed Description

Definition at line 63 of file conversational_agent_service.h.

Member Data Documentation

◆ max_tool_iterations

int yaze::cli::agent::AgentConfig::max_tool_iterations = 4

◆ max_retry_attempts

int yaze::cli::agent::AgentConfig::max_retry_attempts = 3

◆ verbose

◆ show_reasoning

bool yaze::cli::agent::AgentConfig::show_reasoning = true

◆ max_history_messages

size_t yaze::cli::agent::AgentConfig::max_history_messages = 50

◆ trim_history

bool yaze::cli::agent::AgentConfig::trim_history = true

◆ enable_vim_mode

bool yaze::cli::agent::AgentConfig::enable_vim_mode = false

◆ output_format


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