-
-
Notifications
You must be signed in to change notification settings - Fork 15
chore(deps): update dependency @ai-sdk/google to v2.0.52 #540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ai-sdk-google-2.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
✅ Deploy Preview for commandkit canceled.
|
40db632 to
2ddc0c7
Compare
89a0387 to
05d2a20
Compare
05d2a20 to
773f6f7
Compare
773f6f7 to
fc0249b
Compare
fc0249b to
8d4b955
Compare
77d810a to
d2ced4c
Compare
d2ced4c to
011c952
Compare
011c952 to
1e203c9
Compare
1e203c9 to
8c9005d
Compare
8c9005d to
1295315
Compare
1295315 to
5228f07
Compare
a7ee2eb to
baace36
Compare
e28de38 to
c5989a0
Compare
c69c5dd to
f657212
Compare
f657212 to
8a2ec04
Compare
8a2ec04 to
b36b864
Compare
b36b864 to
3019ae3
Compare
3019ae3 to
7dbb49c
Compare
7dbb49c to
534fa54
Compare
b9d49ff to
0ee502b
Compare
0ee502b to
0c129f5
Compare
0c129f5 to
d03c628
Compare
d03c628 to
25b0a4a
Compare
25b0a4a to
5ad5ddd
Compare
5ad5ddd to
51733b0
Compare
51733b0 to
a322b80
Compare
a322b80 to
133ad33
Compare
133ad33 to
ff75cda
Compare
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:
2.0.8→2.0.52Release Notes
vercel/ai (@ai-sdk/google)
v2.0.52Compare Source
Patch Changes
518e786: fix(anthropic): send {} as tool input when streaming tool calls without argumentsv2.0.51Compare Source
Patch Changes
cad5c1d: fix(provider/openai): fix web search tool input typesv2.0.50Compare Source
Patch Changes
c336b43: feat(provider/openai): send assistant text and tool call parts as reference ids when store: truev2.0.49Compare Source
Patch Changes
f4287d0: feat(provider/openai): automatically add reasoning.encrypted_content include when store = falsev2.0.48Compare Source
Patch Changes
17f9872]v2.0.47Compare Source
Patch Changes
99e2a2a: feat(provider/openai): support file and image tool resultsv2.0.46Compare Source
Patch Changes
ef6d784]v2.0.45Patch Changes
54b7c08: fix(provider/anthropic): clamp temperature to valid 0-1 range with warningsv2.0.44Patch Changes
v2.0.43Compare Source
Patch Changes
7b2c30f: Fixed Zod validation error when usinggoogle.tools.fileSearch(). The Google File Search API returnsfileSearchStoreinstead ofuriinretrievedContext. UpdatedextractSources()function to handle both the old format (Google Search withuri) and new format (File Search withfileSearchStore), maintaining backward compatibility while preventing validation errors. Also fixed title handling to useundefinedfor URL sources and'Unknown Document'for document sources.v2.0.42Compare Source
Patch Changes
3c6f4e1: fix(provider/xai): correct sources format in searchParametersv2.0.41Compare Source
Patch Changes
3438163: addgemini-3-pro-previewandgemini-3-pro-image-previewmodel IDsv2.0.40Compare Source
Patch Changes
8c74f47: feat(provider/openai): add gpt-5-codex model idadca087: feat(provider/openai): local shell toolv2.0.39Compare Source
Patch Changes
5428a0d: The built in Code Interpreter tool input code is streamed intool-input-<start/delta/end>chunks.v2.0.38Compare Source
Patch Changes
0bda600: enables code_interpreter and file_search capabilities in the Azure provider through the Responses APIv2.0.37Compare Source
Patch Changes
6075c91: feat(provider/openai): only send item references for reasoning when store: truev2.0.36Compare Source
Patch Changes
bc5ed71: chore: update zod peer depenedency versionbc5ed71]v2.0.35Compare Source
Patch Changes
1cfc209: feat(provider/openai):OpenAIChatLanguageModelOptionstypev2.0.34Compare Source
Patch Changes
9a66892: Add Google Vertex RAG Engine grounding provider toolv2.0.33Compare Source
Patch Changes
30a7d54: Improve error message when mixing function tools with provider-defined tools to clarify fallback behavior and list ignored function toolsv2.0.32Compare Source
Patch Changes
1cf857d: fix(provider/openai): remove provider-executed tools from chat completions model01de47f: feat(provider/openai): rework file search toolv2.0.31Compare Source
Patch Changes
bb94467: feat(provider/openai): add maxToolCalls provider option4a2b70e: feat(provider/openai): send item references for provider-executed tool results643711d: feat (provider/openai): provider defined image generation tool supportv2.0.30Compare Source
Patch Changes
0294b58]v2.0.29Compare Source
Patch Changes
4235eb3: feat(provider/openai): code interpreter tool calls and resultsv2.0.28Compare Source
Patch Changes
4c2bb77: fix (provider/openai): send sources action as include561e8b0: fix (provider/openai): fix code interpreter tool in doGeneratev2.0.27Compare Source
Patch Changes
51aa5de: backport: test server51aa5de]v2.0.26Compare Source
Patch Changes
5819aec: fix (provider/openai): only send tool calls finish reason for tools that are not provider-executedaf8c6bb: feat (provider/openai): add web_search toolv2.0.25Compare Source
Patch Changes
fb45ade: fix timestamp granularities support for openai transcriptionv2.0.24Compare Source
Patch Changes
4953414: fix: trigger new release for@ai-v5dist-tag4953414]v2.0.23Compare Source
Patch Changes
d78faa7: feat(provider/anthropic): expose stop_sequence in provider metadatav2.0.22Compare Source
Patch Changes
f969579: chore: add model ID for Sonnet 4.5v2.0.21Compare Source
Patch Changes
581abea]0857788]3c178ec]v2.0.20Compare Source
Patch Changes
8a87693]v2.0.19Compare Source
Patch Changes
bc5ed71: chore: update zod peer depenedency versionbc5ed71]v2.0.18Compare Source
Patch Changes
5e47d00: Support Responses API input_file file_url passthrough for PDFs.This adds:
v2.0.17Compare Source
Patch Changes
70bb696: fix(provider/openai): correct web search tool inputv2.0.16Compare Source
Patch Changes
68751f9]v2.0.15Compare Source
Patch Changes
a4bef93: feat(provider/openai): expose web search queries in responses api6ed34cb: refactor(openai): consolidate model config intogetResponsesModelConfig()#8038
v2.0.14Compare Source
Patch Changes
7f47105: fix(provider/openai): support file_citation annotations in responses apiv2.0.13Compare Source
Patch Changes
ddc9d99: Implementslogprobsfor OpenAIproviderOptionsandproviderMetaDatainOpenAIResponsesLanguageModelYou can now set
providerOptions.openai.logprobswhen usinggenerateText()and retrieve logprobs from the response viaresult.providerMetadata?.openaiv2.0.12Compare Source
Patch Changes
ec336a1: feat(provider/openai): add response_format to be supported by default2935ec7: fix(provider/openai): exclude gpt-5-chat from reasoning model034e229]f25040d]v2.0.11Compare Source
Patch Changes
097b452: feat(openai, azure): add configurable file ID prefixes for Responses APIfileIdPrefixesoption to OpenAI Responses API configurationassistant-prefixed file IDs (replacing previousfile-prefix support)file-prefixfileIdPrefixesis undefined, gracefully falling back to base64 processing87cf954: feat(provider/openai): add support for prompt_cache_keya3d98a9: feat(provider/openai): add support for safety_identifier110d167: fix(openai): add missing file_search_call handlers in responses streaming8d3c747: chore(openai): remove deprecated GPT-4.5-preview models and improve autocomplete controlUpdated dependencies [
38ac190]v2.0.10Compare Source
Patch Changes
a274b01: refactor(provider/openai): restructure filesb48e0ff: feat(provider/openai): add code interpreter tool (responses api)v2.0.9Compare Source
Patch Changes
8f8a521: fix(providers): use convertToBase64 for Uint8Array image parts to produce valid data URLs; keep mediaType normalization and URL passthroughConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.