diff --git a/apps/sim/app/api/mothership/chat/route.ts b/apps/sim/app/api/mothership/chat/route.ts index 247f70360e6..8cd9d40cc4c 100644 --- a/apps/sim/app/api/mothership/chat/route.ts +++ b/apps/sim/app/api/mothership/chat/route.ts @@ -261,7 +261,7 @@ export async function POST(req: NextRequest) { chatId: actualChatId, goRoute: '/api/mothership', autoExecuteTools: true, - interactive: false, + interactive: true, onComplete: async (result: OrchestratorResult) => { if (!actualChatId) return