yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::Z3EDCommandCallbacks Struct Reference

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
 

Detailed Description

Callbacks for Z3ED command operations.

Definition at line 489 of file agent_state.h.

Member Data Documentation

◆ run_agent_task

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().

◆ plan_agent_task

std::function<absl::StatusOr<std::string>(const std::string&) yaze::editor::Z3EDCommandCallbacks::plan_agent_task)

Definition at line 492 of file agent_state.h.

◆ diff_proposal

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().

◆ accept_proposal

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().

◆ reject_proposal

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().

◆ list_proposals

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().


The documentation for this struct was generated from the following file: