Skip to content

Commit ee54907

Browse files
committed
Fix
1 parent c6a9469 commit ee54907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/providers/openai/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export function createReadableStreamFromResponses(
414414
if (
415415
eventType === 'response.error' ||
416416
eventType === 'error' ||
417-
activeEventType === 'response.failed'
417+
eventType === 'response.failed'
418418
) {
419419
const message = event?.error?.message || 'Responses API stream error'
420420
controller.error(new Error(message))

0 commit comments

Comments
 (0)