We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a52c1c commit 8dfd6c4Copy full SHA for 8dfd6c4
packages/core/src/utils/anthropic-ai/streaming.ts
@@ -75,6 +75,7 @@ function isErrorEvent(event: AnthropicAiStreamingEvent, span: Span): boolean {
75
},
76
});
77
return true;
78
+ }
79
}
80
return false;
81
0 commit comments