Skip to content

Commit a7a5443

Browse files
author
Theodore Li
committed
Remove interactive override
1 parent 5b586b0 commit a7a5443

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/lib/copilot/chat-streaming.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ export function createSSEStream(params: StreamingOrchestrationParams): ReadableS
174174
try {
175175
await orchestrateCopilotStream(requestPayload, {
176176
...orchestrateOptions,
177-
interactive: true,
178177
abortSignal: abortController.signal,
179178
onEvent: async (event) => {
180179
await pushEvent(event)

0 commit comments

Comments
 (0)