Skip to content

Commit 417404b

Browse files
authored
feat: Add Gemini "Thinking" support to GoogleGenAIChatGenerator (#2212)
* Add GoogleGenAIChatGenerator thinking support * Add thinking signatures * PR feedback * Test updated - PR review * PR feedback - add more unit tests * Expand coverage
1 parent bc4a862 commit 417404b

File tree

3 files changed

+638
-42
lines changed

3 files changed

+638
-42
lines changed

integrations/google_genai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: Implementation :: CPython",
2727
"Programming Language :: Python :: Implementation :: PyPy",
2828
]
29-
dependencies = ["haystack-ai>=2.16.1", "google-genai[aiohttp]>=1.17.0", "jsonref>=1.0.0"]
29+
dependencies = ["haystack-ai>=2.17.1", "google-genai[aiohttp]>=1.17.0", "jsonref>=1.0.0"]
3030

3131
[project.urls]
3232
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/google_genai#readme"

0 commit comments

Comments
 (0)