Ask a question to get started
Enter to send•Shift+Enter new line
Create an invalid tool call.
invalid_tool_call( *, name: str | None = None, args: str | None = None, id: str | None = None, error: str | None = None ) -> InvalidToolCall
name
str | None
None
The name of the tool to be called.
args
The arguments to the tool call as a JSON string.
id
An identifier associated with the tool call.
error
An error message associated with the tool call.