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