yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::handlers::agent Namespace Reference

Functions

absl::Status HandleRunCommand (const std::vector< std::string > &, Rom &)
 
absl::Status HandleCommitCommand (Rom &)
 
absl::Status HandleRevertCommand (Rom &)
 
absl::Status HandleAcceptCommand (const std::vector< std::string > &, Rom &)
 
absl::Status HandleTestCommand (const std::vector< std::string > &)
 
absl::Status HandleTestConversationCommand (const std::vector< std::string > &)
 
absl::Status HandleLearnCommand (const std::vector< std::string > &)
 

Function Documentation

◆ HandleRunCommand()

absl::Status yaze::cli::handlers::agent::HandleRunCommand ( const std::vector< std::string > & ,
Rom &  )

Definition at line 196 of file browser_agent.cc.

Referenced by yaze::cli::handlers::HandleAgentCommand().

◆ HandleCommitCommand()

absl::Status yaze::cli::handlers::agent::HandleCommitCommand ( Rom & )

Definition at line 202 of file browser_agent.cc.

Referenced by yaze::cli::handlers::HandleAgentCommand().

◆ HandleRevertCommand()

absl::Status yaze::cli::handlers::agent::HandleRevertCommand ( Rom & )

Definition at line 205 of file browser_agent.cc.

Referenced by yaze::cli::handlers::HandleAgentCommand().

◆ HandleAcceptCommand()

absl::Status yaze::cli::handlers::agent::HandleAcceptCommand ( const std::vector< std::string > & ,
Rom &  )

Definition at line 208 of file browser_agent.cc.

Referenced by yaze::cli::handlers::HandleAgentCommand().

◆ HandleTestCommand()

absl::Status yaze::cli::handlers::agent::HandleTestCommand ( const std::vector< std::string > & )

Definition at line 211 of file browser_agent.cc.

Referenced by yaze::cli::handlers::HandleAgentCommand().

◆ HandleTestConversationCommand()

absl::Status yaze::cli::handlers::agent::HandleTestConversationCommand ( const std::vector< std::string > & )

Definition at line 214 of file browser_agent.cc.

Referenced by yaze::cli::handlers::HandleAgentCommand().

◆ HandleLearnCommand()

absl::Status yaze::cli::handlers::agent::HandleLearnCommand ( const std::vector< std::string > & )

Definition at line 217 of file browser_agent.cc.

Referenced by yaze::cli::handlers::HandleAgentCommand().