Skip to content

Releases: googleapis/nodejs-vertexai

v1.9.1

29 Oct 20:36
726cf21
Compare
Choose a tag to compare

1.9.1 (2024-10-25)

Bug Fixes

  • fix: extend UsageMetadata interface (#439)

Documentation

  • Fix link in Part JSDoc(#440)

v1.9.0

12 Oct 01:13
e06d9e0
Compare
Choose a tag to compare

1.9.0 (2024-10-08)

Features

  • Add Context Cache support for ChatSessionPreview class (#433) (f8a3bdf)

v1.8.1

25 Sep 19:46
4807338
Compare
Choose a tag to compare

1.8.1 (2024-09-25)

Bug Fixes

  • Fix cached contents list url (2c4b769)

v1.8.0

25 Sep 15:57
7114841
Compare
Choose a tag to compare

1.8.0 (2024-09-18)

Features

  • Add CachedContent resource to Vertex AI client library. (8c8963e)
  • Implement cached_content with generateContent methods (c604b8c)

v1.7.0

30 Aug 17:44
e1f087a
Compare
Choose a tag to compare

1.7.0 (2024-08-30)

Features

  • Add GoogleApi error in ClientError.cause (d5c67bd)

v1.6.0

26 Aug 22:48
5d80976
Compare
Choose a tag to compare

1.6.0 (2024-08-26)

Features

  • Add responseSchema to GenerateContentRequest. (d3715da)
  • Add tool config (f618132)

v1.5.0

22 Aug 02:31
ef245da
Compare
Choose a tag to compare

1.5.0 (2024-08-21)

Feature

  • missing property frequencyPenalty in type defintions (#394) (7557a83)

v1.4.1

09 Aug 22:15
3b6aa54
Compare
Choose a tag to compare

1.4.1 (2024-08-09)

Bug Fixes

  • Fix docstring order and add node version badge in README (d330fe3)
  • Updated the errors.ts file to use the new cause property on the Error class

v1.4.0

15 Jul 23:18
142ad5a
Compare
Choose a tag to compare

1.4.0 (2024-07-15)

Features

  • support responseMimeType in GenerationConfig to allow users specify output response mimetype of the generated candidate text. (93f6d70)

v1.3.1

11 Jul 16:01
da4f4f4
Compare
Choose a tag to compare

1.3.1 (2024-07-11)

Bug Fixes

  • handle case when content is undefined in candidate. (f16f040)