#include <conversational_agent_service.h>
Public Attributes | |
| std::string | id |
| int | change_count = 0 |
| int | executed_commands = 0 |
| std::filesystem::path | sandbox_rom_path |
| std::filesystem::path | proposal_json_path |
Definition at line 40 of file conversational_agent_service.h.
| std::string yaze::cli::agent::ChatMessage::ProposalSummary::id |
Definition at line 41 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::SendMessage().
| int yaze::cli::agent::ChatMessage::ProposalSummary::change_count = 0 |
Definition at line 42 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::SendMessage().
| int yaze::cli::agent::ChatMessage::ProposalSummary::executed_commands = 0 |
Definition at line 43 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::SendMessage().
| std::filesystem::path yaze::cli::agent::ChatMessage::ProposalSummary::sandbox_rom_path |
Definition at line 44 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::SendMessage().
| std::filesystem::path yaze::cli::agent::ChatMessage::ProposalSummary::proposal_json_path |
Definition at line 45 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::SendMessage().