From 5573f1e6fa5aefa230d46f7fc2b91b05ae9af460 Mon Sep 17 00:00:00 2001 From: mawkone Date: Tue, 19 May 2026 14:53:24 -0700 Subject: [PATCH] fix(ai): restore thinking animations for gemini streams --- vibn-frontend/app/api/chat/route.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vibn-frontend/app/api/chat/route.ts b/vibn-frontend/app/api/chat/route.ts index 2ca45de..e750842 100644 --- a/vibn-frontend/app/api/chat/route.ts +++ b/vibn-frontend/app/api/chat/route.ts @@ -711,6 +711,7 @@ export async function POST(request: Request) { messages, tools: toolDefs, temperature: 0.7, + includeThoughts: true, }); if (resp.error) {