Public Attributes | |
int | user_messages = 0 |
int | agent_messages = 0 |
int | tool_calls = 0 |
int | commands_generated = 0 |
int | proposals_created = 0 |
int | turns_completed = 0 |
absl::Duration | total_latency = absl::ZeroDuration() |
Definition at line 100 of file conversational_agent_service.h.
int yaze::cli::agent::ConversationalAgentService::InternalMetrics::user_messages = 0 |
int yaze::cli::agent::ConversationalAgentService::InternalMetrics::agent_messages = 0 |
int yaze::cli::agent::ConversationalAgentService::InternalMetrics::tool_calls = 0 |
int yaze::cli::agent::ConversationalAgentService::InternalMetrics::commands_generated = 0 |
int yaze::cli::agent::ConversationalAgentService::InternalMetrics::proposals_created = 0 |
int yaze::cli::agent::ConversationalAgentService::InternalMetrics::turns_completed = 0 |
absl::Duration yaze::cli::agent::ConversationalAgentService::InternalMetrics::total_latency = absl::ZeroDuration() |