A whole tool-call arguments value delivered by a provider in one chunk.
Usually a dict; rarely a bare scalar or list. None means no whole value has
arrived yet (the args may instead be streaming as fragments in args_parts).
An isinstance check narrows it to the declared dict[str, Any] arg type at the
single parse_args return site.