#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 29 of file conversational_agent_service.h.
std::string yaze::cli::agent::ChatMessage::ProposalSummary::id |
Definition at line 30 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 31 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 32 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 33 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 34 of file conversational_agent_service.h.
Referenced by yaze::cli::agent::ConversationalAgentService::SendMessage().