MCPcopy Create free account
hub / github.com/Bairong-Xdynamics/MistakeNotebookLearning / clear

Method clear

mnl/knowledge_base.py:317–319  ·  view source on GitHub ↗

Clear all entries from the knowledge base.

(self)

Source from the content-addressed store, hash-verified

315 return None
316
317 def clear(self) -> None:
318 """Clear all entries from the knowledge base."""
319 self.entries = []
320
321 def export_to_text(self) -> str:
322 """

Callers 3

close_allMethod · 0.80
reset_storesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected