File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
pydantic_ai_slim/pydantic_ai/models Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,6 @@ class GeminiModelSettings(ModelSettings, total=False):
91
91
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.
92
92
"""
93
93
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
-
103
94
104
95
@dataclass (init = False )
105
96
class GeminiModel (Model ):
You can’t perform that action at this time.
0 commit comments