Skip to content

libs/genai/v2.1.12

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 01:27
7ed36af

Changes since libs/genai/v2.1.11

release(genai): 2.1.12 (#1181)
feat(genai): add timeout and max_retries handling in chat methods (#1180)
chore(genai): switch some model references in tests (#1178)
feat(genai): copy retry logic to async chat_with_retry (#1179)
refactor(genai): remove direct import of google.api_core and use specific exceptions (#1176)
feat(genai): add aliases for timeout and max_retries (#1175)
feat(genai): update model examples and enhance field descriptions in _BaseGoogleGenerativeAI (#1174)
genai, vertex: nits (#1173)
fix: use .invoke() instead of __call__ for LLMs (#1172)