Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
class
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_inner
Method · 0.90
_get_tools_inner
Method · 0.90
_get_tools_inner
Method · 0.90
_get_tools_inner
Method · 0.90
get_tools
Method · 0.90
OpenaiLLM
Class · 0.90
OpenaiLLM
Class · 0.90
_build_server_index
Method · 0.90
get_tools
Method · 0.90
_get_tools_inner
Method · 0.90
_get_tools_inner
Method · 0.90
_get_tools_inner
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected