MCPcopy Create free account
hub / github.com/modelscope/ms-agent / Tool

Class Tool

ms_agent/llm/utils.py:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17class Tool(TypedDict, total=False):
18 server_name: str = None
19
20 tool_name: Required[str]
21
22 description: Required[str]
23
24 parameters: Dict[str, Any] = dict()
25
26
27@dataclass

Callers 15

_get_tools_innerMethod · 0.90
_get_tools_innerMethod · 0.90
_get_tools_innerMethod · 0.90
_get_tools_innerMethod · 0.90
get_toolsMethod · 0.90
OpenaiLLMClass · 0.90
OpenaiLLMClass · 0.90
_build_server_indexMethod · 0.90
get_toolsMethod · 0.90
_get_tools_innerMethod · 0.90
_get_tools_innerMethod · 0.90
_get_tools_innerMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected