shipfeedAI news, curated daily

00:37:39 CET
21 MAY00:37:39shipfeed
pull to refreshlast sync
Just in — 30 new
§ tools · storyline

Vercel AI SDK — google v3.0.71

Vercel AI SDK releases google v3.0.71, fixing dropped no-args streaming tool calls on Vertex and preserving thoughtSignature metadata to prevent 400 errors in Gemini 3 multi-turn steps.

May 8 · · primary fetch1 sourceupdated May 8 ·

Patch Changes 59530cf: fix(google): emit Vertex no-args streaming tool calls and preserve thoughtSignature Vertex emits a no-args function call as a single chunk shaped `{ functionCall: { name: 'X' } }` with no `args`, no `partialArgs`, and no `willContinue`. The streaming parser had no branch for this shape, so the call was dropped along with any `thoughtSignature` it carried.

For Gemini 3 thinking models this caused the next multi-turn step to 400 with `missing thought_signature`. The unary (`doGenerate`) path had the same drop. Both paths now emit the call as a complete tool call with `'{}'` input and propagate `thoughtSignature` provider metadata. Fixes #14847.

read full article on github.com
§ sources2 publications · timeline below
  1. github.comai @ai-sdk/google@3.0.71primary
  2. github.comai @ai-sdk/google-vertex@4.0.125

§ how this story moved

  1. primaryVercel AI SDK — Releases publishes the launch post.
  2. Vercel AI SDK — Releases picks up coverage.