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>
This commit is contained in:
Theodore Li
2026-03-16 17:11:26 -07:00
committed by GitHub
parent 6df65127fb
commit 36e502a068

View File

@@ -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