#include <proposal_executor.h>
Public Attributes | |
std::string | prompt |
const AgentResponse * | response = nullptr |
Rom * | rom = nullptr |
std::string | sandbox_label |
std::string | ai_provider |
Definition at line 18 of file proposal_executor.h.
std::string yaze::cli::agent::ProposalCreationRequest::prompt |
Definition at line 19 of file proposal_executor.h.
Referenced by yaze::cli::agent::CreateProposalFromAgentResponse(), yaze::cli::agent::HandleRunCommand(), and yaze::cli::agent::ConversationalAgentService::SendMessage().
const AgentResponse* yaze::cli::agent::ProposalCreationRequest::response = nullptr |
Definition at line 20 of file proposal_executor.h.
Referenced by yaze::cli::agent::CreateProposalFromAgentResponse(), yaze::cli::agent::HandleRunCommand(), and yaze::cli::agent::ConversationalAgentService::SendMessage().
Rom* yaze::cli::agent::ProposalCreationRequest::rom = nullptr |
Definition at line 21 of file proposal_executor.h.
Referenced by yaze::cli::agent::CreateProposalFromAgentResponse(), yaze::cli::agent::HandleRunCommand(), and yaze::cli::agent::ConversationalAgentService::SendMessage().
std::string yaze::cli::agent::ProposalCreationRequest::sandbox_label |
Definition at line 22 of file proposal_executor.h.
Referenced by yaze::cli::agent::CreateProposalFromAgentResponse(), yaze::cli::agent::HandleRunCommand(), and yaze::cli::agent::ConversationalAgentService::SendMessage().
std::string yaze::cli::agent::ProposalCreationRequest::ai_provider |
Definition at line 23 of file proposal_executor.h.
Referenced by yaze::cli::agent::CreateProposalFromAgentResponse(), yaze::cli::agent::HandleRunCommand(), and yaze::cli::agent::ConversationalAgentService::SendMessage().