Skip to content

Commit c78fa3f

Browse files
authored
Remove duplicate field on GeminiModelSettings (#2269)
1 parent 772af1d commit c78fa3f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pydantic_ai_slim/pydantic_ai/models/gemini.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@ class GeminiModelSettings(ModelSettings, total=False):
9191
See the [Gemini API docs](https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/add-labels-to-api-calls) for use cases and limitations.
9292
"""
9393

94-
gemini_thinking_config: ThinkingConfig
95-
"""Thinking is on by default in both the API and AI Studio.
96-
97-
Being on by default doesn't mean the model will send back thoughts. For that, you need to set `include_thoughts`
98-
to `True`. If you want to turn it off, set `thinking_budget` to `0`.
99-
100-
See more about it on <https://ai.google.dev/gemini-api/docs/thinking>.
101-
"""
102-
10394

10495
@dataclass(init=False)
10596
class GeminiModel(Model):

0 commit comments

Comments
 (0)