#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 |
| bool | trim_history = true |
| bool | enable_vim_mode = false |
| AgentOutputFormat | output_format = AgentOutputFormat::kFriendly |
Definition at line 82 of file conversational_agent_service.h.
| int yaze::cli::agent::AgentConfig::max_tool_iterations = 4 |
Definition at line 83 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::SendMessage().
| int yaze::cli::agent::AgentConfig::max_retry_attempts = 3 |
Definition at line 84 of file conversational_agent_service.h.
| bool yaze::cli::agent::AgentConfig::verbose = false |
Definition at line 85 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::ConversationalAgentService(), yaze::cli::agent::ConversationalAgentService::ConversationalAgentService(), yaze::cli::handlers::SimpleChatCommandHandler::Execute(), and yaze::cli::agent::ConversationalAgentService::SendMessage().
| bool yaze::cli::agent::AgentConfig::show_reasoning = true |
Definition at line 86 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::SendMessage().
| size_t yaze::cli::agent::AgentConfig::max_history_messages |
Definition at line 87 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::TrimHistoryIfNeeded().
| bool yaze::cli::agent::AgentConfig::trim_history = true |
Definition at line 89 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 90 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 |