mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user