Releases: googleapis/nodejs-vertexai
Releases · googleapis/nodejs-vertexai
v1.9.2
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
1.9.1 (2024-10-25)
Bug Fixes
- fix: extend UsageMetadata interface (#439)
Documentation
- Fix link in Part JSDoc(#440)
v1.9.0
1.9.0 (2024-10-08)
Features
- Add Context Cache support for ChatSessionPreview class (#433) (f8a3bdf)
v1.8.1
1.8.1 (2024-09-25)
Bug Fixes
- Fix cached contents list url (2c4b769)
v1.8.0
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
1.7.0 (2024-08-30)
Features
- Add GoogleApi error in ClientError.cause (d5c67bd)
v1.6.0
1.6.0 (2024-08-26)
Features
- Add responseSchema to GenerateContentRequest. (d3715da)
- Add tool config (f618132)
v1.5.0
1.5.0 (2024-08-21)
Feature
- missing property frequencyPenalty in type defintions (#394) (7557a83)
v1.4.1
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
1.4.0 (2024-07-15)
Features
- support responseMimeType in GenerationConfig to allow users specify output response mimetype of the generated candidate text. (93f6d70)