We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df6512 commit 36e502aCopy full SHA for 36e502a
1 file changed
apps/sim/app/api/mothership/chat/route.ts
@@ -261,7 +261,7 @@ export async function POST(req: NextRequest) {
261
chatId: actualChatId,
262
goRoute: '/api/mothership',
263
autoExecuteTools: true,
264
- interactive: false,
+ interactive: true,
265
onComplete: async (result: OrchestratorResult) => {
266
if (!actualChatId) return
267
0 commit comments