Skip to content

Commit 3a7c03a

Browse files
committed
adjust streaming response mechanism
1 parent 74cd496 commit 3a7c03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils/openai/streaming.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function processResponsesApiEvent(
152152
captureException(streamEvent, {
153153
mechanism: {
154154
handled: false,
155-
type: 'openai.stream-response',
155+
type: 'auto.ai.openai.stream-response',
156156
},
157157
});
158158
return;

0 commit comments

Comments
 (0)