vercel-ai-sdk[bot]
vercel-ai-sdk[bot]
This is an automated backport of #10167 to the release-v5.0 branch. FYI @danielamitay
### Breaking changes - POST /v1/responses - Tool call schema change for function calls: removed the `function` object wrapper and introduced a required top-level `name` property alongside `type: "function"`. Clients...
This is an automated backport of #10180 to the release-v5.0 branch. FYI @TimPietrusky This backport has conflicts that need to be resolved manually. ### `git cherry-pick` output ``` CONFLICT (modify/delete):...
### Breaking changes (removed endpoints, parameters, or changed behavior) - POST /v1/documents/search - ranking_metric: Request parameter is now an enum (RANKING_METRIC_UNSPECIFIED, RANKING_METRIC_COSINE_SIMILARITY, RANKING_METRIC_L2_DISTANCE) or null, replacing the previous free-form string....