Represents a request to call a tool.
Example
{ "name": "foo", "args": {"a": 1}, "id": "123" }
This represents a request to call the tool named “foo” with arguments {“a”: 1} and an identifier of “123”.
The name of the tool to be called.
The arguments to the tool call.
An identifier associated with the tool call.
An identifier is needed to associate a tool call request with a tool call result in events when multiple concurrent tool calls are made.
Examples using ToolCall
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4