Skip to content

Commit

Permalink
chore: update sdk version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595482828
  • Loading branch information
yyyu-google authored and copybara-github committed Jan 3, 2024
1 parent 257355c commit 550f6f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ export const STREAMING_GENERATE_CONTENT_METHOD = 'streamGenerateContent';
export const USER_ROLE = 'user';
export const MODEL_ROLE = 'model';
const USER_AGENT_PRODUCT = 'model-builder';
const CLIENT_LIBRARY_LANGUAGE = 'grpc-node/18.0.0';
const CLIENT_LIBRARY_VERSION = '0.1.3';
const CLIENT_LIBRARY_VERSION = '0.2.0';
const CLIENT_LIBRARY_LANGUAGE = `grpc-node/${CLIENT_LIBRARY_VERSION}`;
export const USER_AGENT = `${USER_AGENT_PRODUCT}/${CLIENT_LIBRARY_VERSION} ${CLIENT_LIBRARY_LANGUAGE}`;

0 comments on commit 550f6f3

Please sign in to comment.