fix: keep foreground consultations responsive
This commit is contained in:
@@ -480,7 +480,7 @@ export async function POST(request: Request) {
|
||||
theme: parsed.data.theme,
|
||||
});
|
||||
const workflowContext = applyBirthTimeModeToWorkflowContext(
|
||||
await runConsultationWorkflow(toolInput),
|
||||
await runConsultationWorkflow(toolInput, { foreground: true }),
|
||||
consultationMode,
|
||||
);
|
||||
const workflowReceipt = consultationWorkflowReceipt(workflowContext);
|
||||
|
||||
Reference in New Issue
Block a user