Ask a question to get started
Enter to sendā¢Shift+Enter new line
tool_call( *, name: str, args: dict[str, Any], id: str
name
str
args
dict[str, Any]
id
str | None
Create a tool call.
The name of the tool to be called.
The arguments to the tool call as a dictionary.
An identifier associated with the tool call.