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 489 of file agent_state.h.
| std::function<absl::Status(const std::string&) yaze::editor::Z3EDCommandCallbacks::run_agent_task) |
Definition at line 490 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 492 of file agent_state.h.
| std::function<absl::StatusOr<std::string>(const std::string&) yaze::editor::Z3EDCommandCallbacks::diff_proposal) |
Definition at line 493 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 494 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 495 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 496 of file agent_state.h.
Referenced by yaze::editor::AgentZ3EDCommandPanel::Draw().