feat: Migrate Gemini SDK to google-genai (#231) #236
@@ -382,9 +382,6 @@ class GeminiEngine:
|
||||
response_mime_type="application/json",
|
||||
response_schema=_VIN_DECODE_SCHEMA,
|
||||
tools=[types.Tool(google_search=types.GoogleSearch())],
|
||||
automatic_function_calling=types.AutomaticFunctionCallingConfig(
|
||||
max_remote_calls=3,
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user