mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Merge aa6fd8971d into 559247fa84
This commit is contained in:
commit
e3ace2be48
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue