Skip to content

libs/vertexai/v2.0.28

Choose a tag to compare

@github-actions github-actions released this 04 Aug 17:21
75d05c5

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 anyOf support for Union types 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

Full Changelog: libs/genai/v2.1.8...libs/vertexai/v2.0.28