MCPcopy Index your code
hub / github.com/OpenBMB/ChatDev / reload_functions

Method reload_functions

utils/function_manager.py:115–119  ·  view source on GitHub ↗

Reload all functions from the functions directory.

(self)

Source from the content-addressed store, hash-verified

113 return self.functions.copy()
114
115 def reload_functions(self) -> None:
116 """Reload all functions from the functions directory."""
117 self.functions.clear()
118 self._loaded = False
119 self.load_functions()
120
121
122# Global function manager registry keyed by directory

Callers

nothing calls this directly

Calls 1

load_functionsMethod · 0.95

Tested by

no test coverage detected