You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(antigravity): strip built-in tools when functionDeclarations present
Gemini v1internal API rejects requests that mix built-in tools
(google_search) with functionDeclarations, returning 400 INVALID_ARGUMENT.
Strip google_search/web_search/search_web from functionDeclarations
before sending to Antigravity in both Gemini and Claude paths.
toolConfig is only added when custom functionDeclarations remain.
Ref: lbjlaq/Antigravity-Manager#2331, PR#2356
0 commit comments