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 2103471 commit 4b5fe06Copy full SHA for 4b5fe06
src/integrations/claude-code/types.ts
@@ -19,7 +19,7 @@ type AssistantMessage = {
19
role: "assistant"
20
model: string
21
content: ClaudeCodeContent[]
22
- stop_reason: null
+ stop_reason: string | null
23
stop_sequence: null
24
usage: {
25
input_tokens: number
0 commit comments