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

Class FunctionMetadata

utils/function_catalog.py:22–30  ·  view source on GitHub ↗

Normalized metadata for a Python callable.

Source from the content-addressed store, hash-verified

20
21@dataclass(frozen=True)
22class FunctionMetadata:
23 """Normalized metadata for a Python callable."""
24
25 name: str
26 description: str | None
27 parameters_schema: Dict[str, Any]
28 module: str
29 file_path: str
30 module_name: str
31
32
33class FunctionCatalog:

Callers 1

_build_function_metadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected