MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / cmd_clear

Method cmd_clear

src/runner/runner.cpp:396–398  ·  view source on GitHub ↗

\brief Clear the context \param input_list, std::vector

Source from the content-addressed store, hash-verified

394/// \brief Clear the context
395/// \param input_list, std::vector<std::string>
396void 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>

Callers 1

runMethod · 0.95

Calls 1

clear_contextMethod · 0.80

Tested by

no test coverage detected