chore(provider-utils,google): fix grammar errors in error and warning messages#14124
Merged
aayush-kapoor merged 3 commits intovercel:mainfrom Apr 6, 2026
Merged
Conversation
…essages Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
aayush-kapoor
approved these changes
Apr 6, 2026
vercel-ai-sdk bot
pushed a commit
that referenced
this pull request
Apr 6, 2026
… messages (#14124) ## Summary - Fix subject-verb disagreement: `Environment variables is not supported` → `Environment variables are not supported` in `load-api-key.ts` and `load-setting.ts` (the `fal` provider already uses the correct `are` form) - Fix plural inconsistency: `code execution tools is` → `code execution tool is` in `google-prepare-tools.ts` (all other references use singular form) --------- Co-authored-by: yuj <yuj@ztjzsoft.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Aayush Kapoor <83492835+aayush-kapoor@users.noreply.github.com> Co-authored-by: Aayush Kapoor <aayushkapoor34@gmail.com>
Contributor
|
✅ Backport PR created: #14151 |
vercel-ai-sdk bot
added a commit
that referenced
this pull request
Apr 6, 2026
…nd warning messages (#14151) This is an automated backport of #14124 to the release-v6.0 branch. FYI @Ricardo-M-L Co-authored-by: Ricardo-M-L <69202550+Ricardo-M-L@users.noreply.github.com> Co-authored-by: yuj <yuj@ztjzsoft.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Aayush Kapoor <83492835+aayush-kapoor@users.noreply.github.com> Co-authored-by: Aayush Kapoor <aayushkapoor34@gmail.com>
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.
Summary
Environment variables is not supported→Environment variables are not supportedinload-api-key.tsandload-setting.ts(thefalprovider already uses the correctareform)code execution tools is→code execution tool isingoogle-prepare-tools.ts(all other references use singular form)