Patch Changes
- 41da50c: fix(provider/google): support
functionCall.idwhen returned by Gemini API and provide matchingfunctionResponse.id
Fetched May 15, 2026
functionCall.id when returned by Gemini API and provide matching functionResponse.idFetched May 15, 2026
Added native Gemini streamEvents event conversion. Also normalized ChatGoogle callback token usage metadata and stripped type field from ex…
LangChain · LangChain.jsAdded native Gemini streamEvents event conversion. Fixed a crash in toolMessageToContent when content is a plain object, and auto-set toolC…
LangChain · LangChain.jsVideo output blocks from the Gemini Interactions API are now parsed into file parts (buffered and streaming), and the per-modality output t…
Vercel · AI SDKClient-executed tool calls are now sent as full function_call items in the Responses API, pairing them with their function_call_output by c…
Vercel · AI SDK