#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 74 of file conversational_agent_service.h.
| int yaze::cli::agent::AgentConfig::max_tool_iterations = 4 |
Definition at line 75 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 76 of file conversational_agent_service.h.
Referenced by yaze::editor::AgentChatWidget::UpdateAgentConfig().
| bool yaze::cli::agent::AgentConfig::verbose = false |
Definition at line 77 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::ConversationalAgentService(), yaze::cli::agent::ConversationalAgentService::ConversationalAgentService(), yaze::cli::handlers::SimpleChatCommandHandler::Execute(), yaze::cli::agent::ConversationalAgentService::SendMessage(), and yaze::editor::AgentChatWidget::UpdateAgentConfig().
| bool yaze::cli::agent::AgentConfig::show_reasoning = true |
Definition at line 78 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 79 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::TrimHistoryIfNeeded().
| bool yaze::cli::agent::AgentConfig::trim_history = true |
Definition at line 80 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 81 of file conversational_agent_service.h.
Referenced by yaze::cli::handlers::SimpleChatCommandHandler::Execute(), and yaze::cli::agent::SimpleChatSession::RunInteractive().
| AgentOutputFormat yaze::cli::agent::AgentConfig::output_format = AgentOutputFormat::kFriendly |