#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 |
Definition at line 63 of file conversational_agent_service.h.
int yaze::cli::agent::AgentConfig::max_tool_iterations = 4 |
Definition at line 64 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::SendMessage(), and yaze::editor::AgentChatWidget::UpdateAgentConfig().
int yaze::cli::agent::AgentConfig::max_retry_attempts = 3 |
Definition at line 65 of file conversational_agent_service.h.
Referenced by yaze::editor::AgentChatWidget::UpdateAgentConfig().
bool yaze::cli::agent::AgentConfig::verbose = false |
bool yaze::cli::agent::AgentConfig::show_reasoning = true |
Definition at line 67 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::SendMessage(), and yaze::editor::AgentChatWidget::UpdateAgentConfig().
size_t yaze::cli::agent::AgentConfig::max_history_messages = 50 |
Definition at line 68 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::TrimHistoryIfNeeded().
bool yaze::cli::agent::AgentConfig::trim_history = true |
Definition at line 69 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::TrimHistoryIfNeeded().
bool yaze::cli::agent::AgentConfig::enable_vim_mode = false |
Definition at line 70 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::HandleSimpleChatCommand(), and yaze::cli::agent::SimpleChatSession::RunInteractive().
AgentOutputFormat yaze::cli::agent::AgentConfig::output_format = AgentOutputFormat::kFriendly |