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

Class ParamMeta

utils/function_catalog.py:14–18  ·  view source on GitHub ↗

Declarative metadata for Annotated parameters.

Source from the content-addressed store, hash-verified

12
13@dataclass(frozen=True)
14class ParamMeta:
15 """Declarative metadata for Annotated parameters."""
16
17 description: str | None = None
18 enum: Sequence[Any] | None = None
19
20
21@dataclass(frozen=True)

Callers 15

search_save_resultFunction · 0.90
search_load_by_urlFunction · 0.90
search_high_light_keyFunction · 0.90
report_read_chapterFunction · 0.90
report_create_chapterFunction · 0.90
report_rewrite_chapterFunction · 0.90
report_continue_chapterFunction · 0.90
report_reorder_chaptersFunction · 0.90
report_del_chapterFunction · 0.90
list_directoryFunction · 0.90
create_folderFunction · 0.90
delete_pathFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected