Patch Changes
-
53bdfa5: fix(openai): allow null/undefined type in streaming tool call deltas
Azure AI Foundry and Mistral deployed on Azure omit the
typefield in
streaming tool_calls deltas. The chat stream parser now accepts a missing
typefield (treating it as"function") instead of throwing
InvalidResponseDataError: Expected 'function' type.Fixes #12770