Ask a question to get started
Enter to send•Shift+Enter new line
parse_args( self, ) -> dict[str, Any] | None
Return the tool-call args once enough data has arrived, else None.
None
A non-object JSON value (a bare scalar or list — rare for tool calls) is wrapped as {"value": ...} so a caller's tool_args is always an object.
{"value": ...}
tool_args