Gemini Flash Python API has a new argument for GenerationConfig Here is python library example ```python generate_content_config = types.GenerateContentConfig( thinking_config=types.ThinkingConfig( thinking_budget=14029, ), ) ```
Gemini Flash Python API has a new argument for GenerationConfig
Here is python library example