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 207 of file browser_agent.cc.
Referenced by yaze::cli::handlers::HandleAgentCommand().
| absl::Status yaze::cli::handlers::agent::HandleCommitCommand | ( | Rom & | ) |
Definition at line 214 of file browser_agent.cc.
Referenced by yaze::cli::handlers::HandleAgentCommand().
| absl::Status yaze::cli::handlers::agent::HandleRevertCommand | ( | Rom & | ) |
Definition at line 218 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 222 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 226 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 230 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 234 of file browser_agent.cc.
Referenced by yaze::cli::handlers::HandleAgentCommand().