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

Method get

utils/function_catalog.py:74–76  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

72 self.refresh()
73
74 def get(self, name: str) -> FunctionMetadata | None:
75 self._ensure_loaded()
76 return self._metadata.get(name)
77
78 def list_function_names(self) -> List[str]:
79 self._ensure_loaded()

Callers 4

iter_modulesMethod · 0.45
functions_for_moduleMethod · 0.45
get_function_catalogFunction · 0.45
_build_parameters_schemaFunction · 0.45

Calls 1

_ensure_loadedMethod · 0.95

Tested by

no test coverage detected