Add support for structured output thinkingConfig param

This commit is contained in:
Sameer Kankute 2025-12-11 21:30:34 +05:30
parent 5ec5c85dbf
commit 4d821c9011

View file

@ -106,7 +106,10 @@ class GoogleGenAIConfig(BaseGoogleGenAIGenerateContentConfig, VertexLLM):
Returns:
Mapped parameters for the provider
"""
from litellm.llms.vertex_ai.gemini.transformation import _snake_to_camel, _camel_to_snake
from litellm.llms.vertex_ai.gemini.transformation import (
_camel_to_snake,
_snake_to_camel,
)
_generate_content_config_dict: Dict[str, Any] = {}
supported_google_genai_params = (