Callbacks for Z3ED command operations. More...
#include <agent_state.h>
Public Attributes | |
| std::function< absl::Status(const std::string &) | run_agent_task ) |
| std::function< absl::StatusOr< std::string >(const std::string &) | plan_agent_task ) |
| std::function< absl::StatusOr< std::string >(const std::string &) | diff_proposal ) |
| std::function< absl::Status(const std::string &) | accept_proposal ) |
| std::function< absl::Status(const std::string &) | reject_proposal ) |
| std::function< absl::StatusOr< std::vector< std::string > >()> | list_proposals |
Callbacks for Z3ED command operations.
Definition at line 518 of file agent_state.h.
| std::function<absl::Status(const std::string&) yaze::editor::Z3EDCommandCallbacks::run_agent_task) |
Definition at line 519 of file agent_state.h.
Referenced by yaze::editor::AgentZ3EDCommandPanel::Draw().
| std::function<absl::StatusOr<std::string>(const std::string&) yaze::editor::Z3EDCommandCallbacks::plan_agent_task) |
Definition at line 521 of file agent_state.h.
| std::function<absl::StatusOr<std::string>(const std::string&) yaze::editor::Z3EDCommandCallbacks::diff_proposal) |
Definition at line 522 of file agent_state.h.
Referenced by yaze::editor::AgentZ3EDCommandPanel::Draw().
| std::function<absl::Status(const std::string&) yaze::editor::Z3EDCommandCallbacks::accept_proposal) |
Definition at line 523 of file agent_state.h.
Referenced by yaze::editor::AgentZ3EDCommandPanel::Draw().
| std::function<absl::Status(const std::string&) yaze::editor::Z3EDCommandCallbacks::reject_proposal) |
Definition at line 524 of file agent_state.h.
Referenced by yaze::editor::AgentZ3EDCommandPanel::Draw().
| std::function<absl::StatusOr<std::vector<std::string> >()> yaze::editor::Z3EDCommandCallbacks::list_proposals |
Definition at line 525 of file agent_state.h.
Referenced by yaze::editor::AgentZ3EDCommandPanel::Draw().