co-mono/packages/ai/src/providers
Mario Zechner bf51dd4126 Fix Gemini multimodal tool results causing flaky responses
For Gemini 3, images are now nested inside functionResponse.parts per the docs.
For older models, images are sent in a separate user message.

See: https://ai.google.dev/gemini-api/docs/function-calling#multimodal
2025-12-21 02:41:27 +01:00
..
anthropic.ts fix(ai): re-enable SDK retries for Anthropic provider 2025-12-20 09:56:11 +01:00
google-gemini-cli.ts Fix token counts in google-gemini-cli.ts for anthropic models. 2025-12-20 21:34:18 +01:00
google-shared.ts Fix Gemini multimodal tool results causing flaky responses 2025-12-21 02:41:27 +01:00
google.ts feat(ai): add Google Cloud Code Assist provider 2025-12-20 10:20:30 +01:00
openai-completions.ts fix: preserve Gemini thought signatures for tool calls 2025-12-20 07:12:37 -08:00
openai-responses.ts Add Google Gemini CLI and Antigravity OAuth providers 2025-12-20 21:34:18 +01:00
transorm-messages.ts Fix orphaned tool calls by inserting synthetic empty results 2025-12-20 21:34:19 +01:00