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 541 of file agent_state.h.
| std::function<void(const std::string&) yaze::editor::ProposalCallbacks::focus_proposal) |
Definition at line 542 of file agent_state.h.
| std::function<absl::Status(const std::string&) yaze::editor::ProposalCallbacks::accept_proposal) |
Definition at line 543 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 544 of file agent_state.h.
Referenced by yaze::editor::AgentProposalsPanel::RejectProposal().
| std::function<void()> yaze::editor::ProposalCallbacks::refresh_proposals |
Definition at line 545 of file agent_state.h.