Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-03 | 3.3 kB | |
v0.23.0 source code.tar.gz | 2025-03-03 | 9.9 MB | |
v0.23.0 source code.zip | 2025-03-03 | 10.3 MB | |
Totals: 3 Items | 20.2 MB | 0 |
What's Changed
- Improve compat across node versions by @rictic in https://github.com/google-gemini/generative-ai-js/pull/297
- Fix the issues [#310] and [#309] by @abdelkd in https://github.com/google-gemini/generative-ai-js/pull/311
- Swapped to NPM and ran npm audit fix to fix some dev dependencies which failed the audit. by @IvanLH in https://github.com/google-gemini/generative-ai-js/pull/340
- fix typo 'groundingChuncks' -> 'groundingChunks' by @hkt74 in https://github.com/google-gemini/generative-ai-js/pull/342
- Fix job cancellation. by @MarkDaoust in https://github.com/google-gemini/generative-ai-js/pull/344
- Make function calling tests to produce more deterministic results by @hkt74 in https://github.com/google-gemini/generative-ai-js/pull/343
- Fix typo of 'groundingSupport' -> 'groundingSupports' by @hkt74 in https://github.com/google-gemini/generative-ai-js/pull/348
- Version Packages by @IvanLH in https://github.com/google-gemini/generative-ai-js/pull/346
- Adding search tool demo by @Leask in https://github.com/google-gemini/generative-ai-js/pull/318
- Specified the git author for the Release PR by @IvanLH in https://github.com/google-gemini/generative-ai-js/pull/350
- Add a new sample for api version by @hkt74 in https://github.com/google-gemini/generative-ai-js/pull/352
- feat(enums.ts): add HARM_CATEGORY_CIVIC_INTEGRITY by @ImBIOS in https://github.com/google-gemini/generative-ai-js/pull/268
- Fix the release github action by @IvanLH in https://github.com/google-gemini/generative-ai-js/pull/354
- Add polling getFile for all file upload samples by @hkt74 in https://github.com/google-gemini/generative-ai-js/pull/353
- Changed secret to use the PAT of the bot by @IvanLH in https://github.com/google-gemini/generative-ai-js/pull/359
- Fix Issue [#218] by ensuring system instructions are always formatted, not just when TTL is specified on Cache creation by @IvanLH in https://github.com/google-gemini/generative-ai-js/pull/358
- Added Custom Header capability to the Server package by @IvanLH in https://github.com/google-gemini/generative-ai-js/pull/363
- Fix chat history to exclude content with empty parts by @hkt74 in https://github.com/google-gemini/generative-ai-js/pull/362
- Introduce a new error type to represent AbortError by @hkt74 in https://github.com/google-gemini/generative-ai-js/pull/357
- Revert "Changed secret to use the PAT of the bot (#359)" by @IvanLH in https://github.com/google-gemini/generative-ai-js/pull/366
- Version Packages by @IvanLH in https://github.com/google-gemini/generative-ai-js/pull/367
New Contributors
- @abdelkd made their first contribution in https://github.com/google-gemini/generative-ai-js/pull/311
- @IvanLH made their first contribution in https://github.com/google-gemini/generative-ai-js/pull/340
- @hkt74 made their first contribution in https://github.com/google-gemini/generative-ai-js/pull/342
- @MarkDaoust made their first contribution in https://github.com/google-gemini/generative-ai-js/pull/344
- @Leask made their first contribution in https://github.com/google-gemini/generative-ai-js/pull/318
- @ImBIOS made their first contribution in https://github.com/google-gemini/generative-ai-js/pull/268
Full Changelog: https://github.com/google-gemini/generative-ai-js/compare/v0.22.0...v0.23.0