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