We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f61262 commit 63e9dffCopy full SHA for 63e9dff
apps/sim/app/api/mothership/chat/stop/route.ts
@@ -6,6 +6,7 @@ import { type NextRequest, NextResponse } from 'next/server'
6
import { z } from 'zod'
7
import { getSession } from '@/lib/auth'
8
import { normalizeMessage, type PersistedMessage } from '@/lib/copilot/chat/persisted-message'
9
+import { releasePendingChatStream } from '@/lib/copilot/request/session'
10
import { taskPubSub } from '@/lib/copilot/tasks'
11
12
const logger = createLogger('MothershipChatStopAPI')
0 commit comments