Skip to content

Commit 36e502a

Browse files
TheodoreSpeaksTheodore Li
andauthored
fix(workflow) fix mothership double-running workflows (#3614)
* fix(workflow) fix mothership double-running workflows * Remove interactive override --------- Co-authored-by: Theodore Li <theo@sim.ai>
1 parent 6df6512 commit 36e502a

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/api/mothership/chat

1 file changed

+1
-1
lines changed

apps/sim/app/api/mothership/chat/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export async function POST(req: NextRequest) {
261261
chatId: actualChatId,
262262
goRoute: '/api/mothership',
263263
autoExecuteTools: true,
264-
interactive: false,
264+
interactive: true,
265265
onComplete: async (result: OrchestratorResult) => {
266266
if (!actualChatId) return
267267

0 commit comments

Comments
 (0)