⬆️(dependencies) update @ai-sdk/openai to v3.0.105 - #2647
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
Size Change: 0 B Total Size: 5.94 MB 📦 View Changed
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.71→3.0.105Release Notes
vercel/ai (@ai-sdk/openai)
v3.0.105Compare Source
Patch Changes
cc23556]v3.0.104Compare Source
v3.0.102Compare Source
Patch Changes
087d7e2: Signal schema-invalid known Responses stream events and preserve the error finish reason.v3.0.101Compare Source
Patch Changes
313a441: Prevent negative text output token counts when providers report reasoning tokens. Perplexity reasoning tokens are now treated as separate from completion tokens.5642849]v3.0.100Compare Source
Patch Changes
2d172fb]v3.0.99Compare Source
Patch Changes
f40afcf: fix(openai): expand internal parallel tool call wrappers from the Responses API while preserving stateful continuation and streaming fallbacksv3.0.98Compare Source
Patch Changes
91880b9: fix(openai): support built-in and provider-defined tools in the ResponsesallowedToolsoptionallowedToolsemitted every allow-list entry as{ type: 'function', name }, but OpenAI identifiesbuilt-in tools by type. Allow-listing a declared provider-defined tool (web search, image generation,
MCP, custom, ...) therefore failed with
Tool choice '<name>' not found in 'tools' parameter. Entriesare now derived from the declared tool, including the MCP server label and custom tool name.
Tools that OpenAI cannot allow-list (the tool search tool, deferred tools, and namespaced tools) are
dropped from the allow-list with a warning, and an error is thrown if that would leave the allow-list
empty rather than silently sending an unrestricted request.
Ambiguous names are now reported instead of resolved silently. A name that matches both a declared tool
and another tool's provider tool name resolves to the declared tool and warns; a provider tool name
shared by several tools in the same request (two MCP servers, for example) is dropped with a warning.
A name that matches no declared tool keeps its existing behavior and is now warned about.
v3.0.97Compare Source
Patch Changes
31205a4]v3.0.96Compare Source
Patch Changes
64facff: Reconstruct provider-executed shell calls when continuing OpenAI Responses with storage disabled.v3.0.95Compare Source
Patch Changes
bdb46fe: Avoid duplicate MCP approval request references when continuing stored OpenAI Responses.v3.0.94Compare Source
Patch Changes
d3247d7: Keep client-executed function calls paired with their outputs when chaining OpenAI Responses with a previous response ID.b2a4d5a]v3.0.93Compare Source
Patch Changes
f471a1c: AcceptserviceTier: 'fast'on OpenAI chat and responses models. OpenAI renamed priority processing to Fast mode and acceptsservice_tier: 'fast'and'priority'interchangeably, so'fast'is now passed through verbatim and gated on the same model capability as'priority'.2171d15]v3.0.92Patch Changes
dab0a08]v3.0.91Patch Changes
ee2bf30]v3.0.90Compare Source
Patch Changes
9ecdefe]v3.0.89Compare Source
Patch Changes
23632b1: Add blocked domain filters to the OpenAI and Azure Responses API web search tools.v3.0.88Compare Source
Patch Changes
8100830: Apply reasoning, service tier, and image defaults to recognizable future OpenAI model family versions.v3.0.87Compare Source
Patch Changes
2f11af1: Preserve stored tool search output item IDs from provider metadata.v3.0.86Compare Source
Patch Changes
19093fd]v3.0.85Compare Source
Patch Changes
06fb54c]v3.0.84Compare Source
Patch Changes
356918c: feat(provider/openai): add GPT-5.6 reasoning and prompt cache controlsv3.0.83Compare Source
v3.0.82Compare Source
v3.0.81Compare Source
v3.0.80Compare Source
Patch Changes
ea1e95b]v3.0.79Compare Source
Patch Changes
fa850e6]v3.0.78Compare Source
Patch Changes
64a701d: Return a helpful error when the Responses stream parser receives Chat Completions chunks.v3.0.77Compare Source
Patch Changes
b30e43a]v3.0.76Compare Source
Patch Changes
2ee1700: feat(openai): add support for web_search_call.results include optionf19334d]v3.0.75Compare Source
Patch Changes
1b40ac7: Publish all packages under the@ai-v6dist tag.1b40ac7]v3.0.74Compare Source
Patch Changes
466544d: feat(openai): add orchestration token usage details to Responses API usagev3.0.73Compare Source
Patch Changes
1274c07: fix(provider/openai): send client-executed tool calls as full function_call items in the Responses API so they pair with their function_call_output by call_idv3.0.72Compare Source
Patch Changes
779f5cd]Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.