Releases: googleapis/nodejs-vertexai
Releases · googleapis/nodejs-vertexai
v0.2.0
0.2.0 (2024-01-03)
Features
- allow user to pass "models/model-ID" to instantiate model (e94b285)
- include all supported authentication options (257355c)
Bug Fixes
- processing of streams, including UTF (63ce032)
- remove placeholder cache attribute of access token (3ec92e7)
- update safety return types (449c7a2)
- throw ClientError or GoogleGenerativeAIError according to response status so that users can catch them and handle them according to class name. (ea0dcb7)
v0.1.3
0.1.3 (2023-12-13)
Bug Fixes
v0.1.2
0.1.2 (2023-12-13)
Bug Fixes
v0.1.1
0.1.1 (2023-12-12)
Bug Fixes
- fix stream send message content (ad1e17e)
v0.1.0
0.1.0 (2023-12-12)
Features
- add streamGenerateContent method (6263800)
- add streamSendMessage method (598b1dd)
- add generateContent method (d7f1f0f)
- add countTokens method (e0265a3)