diff --git a/vibn-frontend/app/api/chat/route.ts b/vibn-frontend/app/api/chat/route.ts index 2ca45deb..e750842b 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) {