This commit is contained in:
Vedant Patel 2026-09-13 04:20:11 +08:00 committed by GitHub
commit e3ace2be48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8703,6 +8703,7 @@ def _fast_serialize_simple_model_response_stream(
"thinking_blocks",
"provider_specific_fields",
"refusal",
"reasoning_items",
)
if any(getattr(delta, field, None) is not None for field in unsupported_delta_fields):
return None