mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
Add support for structured output thinkingConfig param
This commit is contained in:
parent
5ec5c85dbf
commit
4d821c9011
1 changed files with 4 additions and 1 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue