\brief Clear the context \param input_list, std::vector
| 394 | /// \brief Clear the context |
| 395 | /// \param input_list, std::vector<std::string> |
| 396 | void Runner::cmd_clear(std::vector<std::string>& input_list) { |
| 397 | this->auto_chat_engine->clear_context(); |
| 398 | } |
| 399 | |
| 400 | /// \brief Show the status |
| 401 | /// \param input_list, std::vector<std::string> |