libs/vertexai/v2.0.28
What's Changed
- [vertexai] Fix pydantic deprecation warning: Use class-level model_fields by @mgagvani in #996
- chore: added latest meta models by @tiaan720 in #1036
- fix: update thinking model name to match latest version by @mdrxy in #1044
- [genai, vertexai]: Add
anyOfsupport forUniontypes in tool calling by @msaadg in #992 - vertexai: fixes floats parsed and assumed iterable by @mjvankampen in #1018
- vertexai: Add support for image output in ChatVertexAI code execution by @msaadg in #1051
- fix: use new model names by @mdrxy in #1067
- Fix: Correct typo in CalendarMoveEvent origin_calendar_id by @vimal-v-k in #1062
- vertexai: Added Image Generation Support by @windkit in #1054
- vertexai: fix handling of single string in add_texts by @ykoh42 in #860
- vertexai : add media_resolution parameter support to ChatVertexAI by @Pijukai in #1066
- vertexai: fix(ChatAnthropicVertex): support BlockType Image by @qvalentin in #1070
- release 2.0.28 by @lkuligin in #1073
- [vertexai] docs: enhance multimodal input examples for ChatVertexAI by @msaadg in #1074
- vertexai/genai: Added missing chunk to on_llm_new_token to _stream_gemini by @DamianDeza in #1058
- fix: Add cache token support to ChatAnthropicVertex streaming responses by @imranarshad in #1010
- vertexai: Added ChatVertexAI test case with configurable_fields for thinking_budget by @windkit in #926
New Contributors
- @mgagvani made their first contribution in #996
- @tiaan720 made their first contribution in #1036
- @mjvankampen made their first contribution in #1018
- @vimal-v-k made their first contribution in #1062
- @Pijukai made their first contribution in #1066
- @qvalentin made their first contribution in #1070
- @DamianDeza made their first contribution in #1058
- @imranarshad made their first contribution in #1010
Full Changelog: libs/genai/v2.1.8...libs/vertexai/v2.0.28