Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/ms-agent
/ ToolCall
Class
ToolCall
ms_agent/llm/utils.py:9–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
9
class
ToolCall(TypedDict, total=False):
10
id: str =
'default_id'
11
index: int = 0
12
type: str =
'function'
13
tool_name: str =
''
14
arguments: str =
'{}'
15
16
17
class
Tool(TypedDict, total=False):
Callers
9
setUp
Method · 0.90
main
Method · 0.90
setUp
Method · 0.90
main
Method · 0.90
_stream_format_output_message
Method · 0.90
_format_output_message
Method · 0.90
_merge_stream_message
Method · 0.90
_stream_format_output_message
Method · 0.90
_format_output_message
Method · 0.90
Calls
no outgoing calls
Tested by
4
setUp
Method · 0.72
main
Method · 0.72
setUp
Method · 0.72
main
Method · 0.72