Callbacks for proposal operations. More...
#include <agent_state.h>
Public Attributes | |
| std::function< void(const std::string &) | focus_proposal ) |
| std::function< absl::Status(const std::string &) | accept_proposal ) |
| std::function< absl::Status(const std::string &) | reject_proposal ) |
| std::function< void()> | refresh_proposals |
Callbacks for proposal operations.
Definition at line 512 of file agent_state.h.
| std::function<void(const std::string&) yaze::editor::ProposalCallbacks::focus_proposal) |
Definition at line 513 of file agent_state.h.
| std::function<absl::Status(const std::string&) yaze::editor::ProposalCallbacks::accept_proposal) |
Definition at line 514 of file agent_state.h.
Referenced by yaze::editor::AgentProposalsPanel::AcceptProposal().
| std::function<absl::Status(const std::string&) yaze::editor::ProposalCallbacks::reject_proposal) |
Definition at line 515 of file agent_state.h.
Referenced by yaze::editor::AgentProposalsPanel::RejectProposal().
| std::function<void()> yaze::editor::ProposalCallbacks::refresh_proposals |
Definition at line 516 of file agent_state.h.