-
Notifications
You must be signed in to change notification settings - Fork 215
fix(deps): update dependency @google/generative-ai to ^0.24.0 #320
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/google-generative-ai-0.x
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ea4a829 to
2baec80
Compare
2baec80 to
2343a94
Compare
2343a94 to
4041f37
Compare
4041f37 to
d6da4d8
Compare
d6da4d8 to
6ef2b10
Compare
6ef2b10 to
aa4d0f9
Compare
aa4d0f9 to
36a318a
Compare
36a318a to
bbf894e
Compare
bbf894e to
b6e45fe
Compare
b6e45fe to
4b4b4cf
Compare
4b4b4cf to
611dbf5
Compare
611dbf5 to
16f06ab
Compare
16f06ab to
ac320c1
Compare
ac320c1 to
0463bf3
Compare
0463bf3 to
cd1af3c
Compare
cd1af3c to
6a3c24d
Compare
6a3c24d to
c06e0c8
Compare
c06e0c8 to
0fa72cc
Compare
0fa72cc to
28d9972
Compare
28d9972 to
7858821
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:
^0.7.1→^0.24.0Release Notes
google/generative-ai-js (@google/generative-ai)
v0.24.1Compare Source
Patch Changes
2a82804: Update package description to include deprecation notice.v0.24.0Compare Source
Minor Changes
13466b3: added support for buffers in uploadFile64e5af7: BREAKING CHANGE: Enforce format safety when using string schemasv0.23.0Compare Source
Minor Changes
da7ed0e: Introduce a new error type to represent AbortError from SDKPatch Changes
16737d3: Fixes issue #218 by ensuring system instructions are formatted always, not just when TTL is specified9e95663: fix: Exclude content with empty parts from chat historybe83756: Added custom header support to the Server package, matching functionality on the client package33c3c24: add HARM_CATEGORY_CIVIC_INTEGRITYv0.22.0Compare Source
Minor Changes
b546cba: Breaking change: Fix typo of groundingChunks85621eb: Breaking change: Fix typo of 'groundingSupport' -> 'groundingSupports'3004d3b: The schema types are now more specific, using a discriminated union based on the 'type' field to more accurately define which fields are allowed.Patch Changes
864afb7: Swapped the package manager to npm, in order to take advantage of npm audit fix070bcdc: Fix undefined candidate index.6a99ed8: Make sure chat api do not send empty text request after encounter any server error that returns empty response. This fixes issue #124 and issue #286.25d3a92: update FinishReason enumd87cf1d: Fix flaky integration test with toolsv0.21.0Compare Source
Minor Changes
8543716: Add search grounding feature to SDK.v0.20.0Compare Source
Minor Changes
dda0b5c: AddfrequencyPenalty,presencePenalty,responseLogprobs, andlogProbsparameters support forgenerationConfig. AddedavgLogprobsandlogprobsResulttoGenerateContentResponse. Updated test cases.v0.19.0Compare Source
Minor Changes
00dc7a1: Use lowercase SchemaType enum values to match json-schema.v0.18.0Compare Source
Minor Changes
fc008a1: Add ability to set modelParams (generationConfig, safetySettings) on getGenerativeModelFromCachedContent().v0.17.2Compare Source
Patch Changes
d8f6b4f: Fix language marker in text helper for executable code results.v0.17.1Compare Source
Patch Changes
fdfb5bd: Fix reference torequestOptionsinstartChat.v0.17.0Compare Source
Minor Changes
3b5daae: FixSchematype to reference itself and not a derived type in itsitemsarray andpropertiesmap.v0.16.1Compare Source
This is a cherry-picked patch to fix an bug for users pinned to versions 0.16.x.
Patch Changes
fdfb5bd: Fix reference torequestOptionsinstartChat.v0.16.0Compare Source
Minor Changes
d2d42ca: AddsSingleRequestOptionswithAbortSignalsupport to most of the asynchronous methods ofGenerativeModel,GoogleAIFileManagerandChatSession.v0.15.0Compare Source
Minor Changes
05b8631: Add FinishReason.LANGUAGE enum value.Patch Changes
e87d5b0: Fix countTokens to include any params set on the model instance.v0.14.1Compare Source
Patch Changes
0c23bb3: AddCodeExecutionTooltoTooltype.v0.14.0Compare Source
Minor Changes
fb1c0f2: Add acachedContentTokenCountfield to theUsageMetadatainterface returned bygenerateContentresponses.06216be: Add code execution feature.v0.13.0Compare Source
Minor Changes
83ec4ac: Expand the model'scountTokensmethod to alternatively accept aGenerateContentRequest.5df61d1: AddedGoogleAICacheManagerutility to allow caching large content to be used in inference. This class is exported from the@google/generative-ai/serversubpath. Breaking change: TheGoogleAIFileManagerclass has been moved to be exported from this subpath as well instead of the/filessubpath.Patch Changes
1440a05: Removed themodelfield from the internally formatted payload ofcountTokenrequests as it was unnecessary.03eb57b: Fix missing usageMetadata in streamed aggregated response (#174)v0.12.0Compare Source
Minor Changes
85ff2c4: AddedresponseSchematoGenerationConfigto allow user to provide a JSON schema whenresponseMimeTypeis set to JSON.v0.11.5Compare Source
Patch Changes
42ba6ca: Fix paths to @google/generative-ai/files.v0.11.4Compare Source
Patch Changes
ee02ff0: Add additional propertiesvideoMetadataanderrortoFileMetadataResponsetype.v0.11.3Compare Source
Patch Changes
c7c0b50: FixedFileStateenum values to be strings.v0.11.2Compare Source
Patch Changes
cefa8f2: Lifted a restriction in chat sessions that required a specific order of content roles.v0.11.1Compare Source
Patch Changes
819501f: Fix a bug that caused file uploads to be named "undefined" if no file name is provided.v0.11.0Compare Source
Minor Changes
58ab777: Added responseMimeType to GenerationConfig to allow for JSON formatted responses.Patch Changes
c39015c: Fixed a bug wheretext()did not handle multipleTextParts in a single candidate. Addedstatefield toFileMetadataResponse.v0.10.0Compare Source
Minor Changes
657799a: Added UsageMetadata to GenerateContentResponses.4562366: Add a request option for custom headersv0.9.0Compare Source
Minor Changes
ca62400: Allow text-only systemInstruction as well as Part and Content.111e970: Export error classes and add more properties to fetch errors.v0.8.0Compare Source
Minor Changes
a89d427: Add GoogleAIFileManager for file uploads.Configuration
📅 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.