Ask a question to get started
Enter to send•Shift+Enter new line
Create an InvalidToolCall from a raw tool call.
InvalidToolCall
make_invalid_tool_call( raw_tool_call: dict[str, Any], error_msg: str | None ) -> InvalidToolCall
raw_tool_call
dict[str, Any]
The raw tool call.
error_msg
str | None
The error message.