Releases: googleapis/nodejs-vertexai
Releases · googleapis/nodejs-vertexai
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)
v1.3.1
1.3.1 (2024-07-11)
Bug Fixes
- handle case when content is undefined in candidate. (f16f040)