Skip to content

Commit c4bf630

Browse files
Update packages/core/src/utils/anthropic-ai/streaming.ts
Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
1 parent 8c194ca commit c4bf630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils/anthropic-ai/streaming.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function handleContentBlockStop(event: AnthropicAiStreamingEvent, state: Streami
168168

169169
try {
170170
parsedInput = raw ? JSON.parse(raw) : {};
171-
} catch (error) {
171+
} catch {
172172
parsedInput = { __unparsed: raw };
173173
}
174174

0 commit comments

Comments
 (0)