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 > &) |
| 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().
| absl::Status yaze::cli::handlers::agent::HandleCommitCommand | ( | Rom & | ) |
Definition at line 202 of file browser_agent.cc.
Referenced by yaze::cli::handlers::HandleAgentCommand().
| absl::Status yaze::cli::handlers::agent::HandleRevertCommand | ( | Rom & | ) |
Definition at line 205 of file browser_agent.cc.
Referenced by yaze::cli::handlers::HandleAgentCommand().
| 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().
| 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().
| 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().
| 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().