-
Notifications
You must be signed in to change notification settings - Fork 47
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
fix: Add Context Cache support for ChatSessionPreview class #433
Merged
yyyu-google
merged 3 commits into
googleapis:main
from
oleksii-oleniuk-star:feature/gemini-context-cache-3
Oct 8, 2024
Merged
fix: Add Context Cache support for ChatSessionPreview class #433
yyyu-google
merged 3 commits into
googleapis:main
from
oleksii-oleniuk-star:feature/gemini-context-cache-3
Oct 8, 2024
Conversation
This file contains 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
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
product-auto-label
bot
added
the
api: aiplatform
Issues related to the googleapis/nodejs-vertexai API.
label
Oct 2, 2024
oleksii-oleniuk-star
changed the title
Add Context Cache support for ChatSessionPreview class
fix: Add Context Cache support for ChatSessionPreview class
Oct 2, 2024
yyyu-google
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Oct 3, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Oct 3, 2024
happy-qiao
changed the title
fix: Add Context Cache support for ChatSessionPreview class
feat: Add Context Cache support for ChatSessionPreview class
Oct 4, 2024
happy-qiao
changed the title
feat: Add Context Cache support for ChatSessionPreview class
fix: Add Context Cache support for ChatSessionPreview class
Oct 4, 2024
happy-qiao
approved these changes
Oct 4, 2024
copybara-service bot
pushed a commit
that referenced
this pull request
Oct 12, 2024
-- 4807338 by release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>: chore(main): release 1.8.1 (#429) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> -- bef61c1 by Oleksii Oleniuk <oleksii.olenyuk@gmail.com>: add content cache to chat session -- 0313b2e by Oleksii Oleniuk <oleksii.olenyuk@gmail.com>: remove logs, add gitignore COPYBARA_INTEGRATE_REVIEW=#433 from oleksii-oleniuk-star:feature/gemini-context-cache-3 0b1251c PiperOrigin-RevId: 683762410
copybara-service bot
pushed a commit
that referenced
this pull request
Oct 16, 2024
-- f8a3bdf by Oleksii Oleniuk <58557113+oleksii-oleniuk-star@users.noreply.github.com>: fix: Add Context Cache support for ChatSessionPreview class (#433) * add content cache to chat session * remove logs, add gitignore --------- Co-authored-by: Oleksii Oleniuk <oleksii.olenyuk@gmail.com> Co-authored-by: Yvonne Yu <150068659+yyyu-google@users.noreply.github.com> -- 64ac1a8 by Wenhao <wenhao.zhan18@gmail.com>: Fixed link in Part JSDoc COPYBARA_INTEGRATE_REVIEW=#440 from WenHaozhan:fix/part-jsdoc 16bb232 PiperOrigin-RevId: 686218863
copybara-service bot
pushed a commit
that referenced
this pull request
Oct 16, 2024
-- f8a3bdf by Oleksii Oleniuk <58557113+oleksii-oleniuk-star@users.noreply.github.com>: fix: Add Context Cache support for ChatSessionPreview class (#433) * add content cache to chat session * remove logs, add gitignore --------- Co-authored-by: Oleksii Oleniuk <oleksii.olenyuk@gmail.com> Co-authored-by: Yvonne Yu <150068659+yyyu-google@users.noreply.github.com> -- 2c92ef3 by Oleksii Oleniuk <oleksii.olenyuk@gmail.com>: extend UsageMetadata interface COPYBARA_INTEGRATE_REVIEW=#439 from oleksii-oleniuk-star:feature/gemini-context-cache-4 3ab1693 PiperOrigin-RevId: 686671597
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: aiplatform
Issues related to the googleapis/nodejs-vertexai API.
ready to pull
copybara github pr import label
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.
Related issue
#395
How to reproduce a problem:
Before this PR
Gemini Context Cache was ignored by ChatSessionPreview
After this PR
Gemini Context Cache works properly with ChatSessionPreview