Skip to content

Commit

Permalink
Copybara import of the project:
Browse files Browse the repository at this point in the history
--
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 <[email protected]>:

add content cache to chat session

--
0313b2e by Oleksii Oleniuk <[email protected]>:

remove logs, add gitignore

COPYBARA_INTEGRATE_REVIEW=#433 from oleksii-oleniuk-star:feature/gemini-context-cache-3 0b1251c
PiperOrigin-RevId: 683762410
  • Loading branch information
yyyu-google authored and copybara-github committed Oct 12, 2024
1 parent e06d9e0 commit 56fd157
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.9.0"
}
".": "1.8.1"
}
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Changelog

## [1.9.0](https://github.com/googleapis/nodejs-vertexai/compare/v1.8.1...v1.8.2) (2024-10-08)


### Features

* Add Context Cache support for ChatSessionPreview class ([#433](https://github.com/googleapis/nodejs-vertexai/issues/433)) ([f8a3bdf](https://github.com/googleapis/nodejs-vertexai/commit/f8a3bdf55b6ee694a8fd41df29bdba54d7f8cdc2))

## [1.8.1](https://github.com/googleapis/nodejs-vertexai/compare/v1.8.0...v1.8.1) (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/vertexai",
"description": "Vertex Generative AI client for Node.js",
"version": "1.8.2",
"version": "1.8.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const USER_ROLE = 'user';
export const MODEL_ROLE = 'model';
export const SYSTEM_ROLE = 'system';
const USER_AGENT_PRODUCT = 'model-builder';
const CLIENT_LIBRARY_VERSION = '1.8.2'; // x-release-please-version
const CLIENT_LIBRARY_VERSION = '1.8.1'; // x-release-please-version
const CLIENT_LIBRARY_LANGUAGE = `grpc-node/${CLIENT_LIBRARY_VERSION}`;
export const USER_AGENT = `${USER_AGENT_PRODUCT}/${CLIENT_LIBRARY_VERSION} ${CLIENT_LIBRARY_LANGUAGE}`;
export const CREDENTIAL_ERROR_MESSAGE =
Expand Down

0 comments on commit 56fd157

Please sign in to comment.