Skip to content

Commit c437053

Browse files
committed
Update src/integrations/claude-code/types.ts
1 parent b0ab355 commit c437053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrations/claude-code/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type AssistantMessage = {
1919
role: "assistant"
2020
model: string
2121
content: ClaudeCodeContent[]
22-
stop_reason: null
22+
stop_reason: string | null
2323
stop_sequence: null
2424
usage: {
2525
input_tokens: number

0 commit comments

Comments
 (0)