Skip to content

Releases: googleapis/nodejs-vertexai

v1.9.2

05 Dec 22:35
029eb24
Compare
Choose a tag to compare

1.9.2 (2024-12-05)

Features

  • add support for audioTimestamp in GenerationConfig (#467) (598d955)
  • enable dynamic retrieval for Google Search Retrieval grounding (3f9eee6)

Bug Fixes

  • fix: extend UsageMetadata interface (#439)
  • Add Context Cache support for ChatSessionPreview class (#433) (df6f040)
  • Add Context Cache support for ChatSessionPreview class (#433) (a3beab1)
  • include cachedContent in generate request (#469) (a16b9d4)
  • remove restriction on gsc uri for file data part. (e694c44)

Documentation

  • Fix link in Part JSDoc(#440)

Miscellaneous Chores

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)