Update src/integrations/claude-code/types.ts

This commit is contained in:
Daniel 2025-06-20 12:43:53 -05:00 committed by GitHub
parent 2437459c6c
commit df2e8b70d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ type AssistantMessage = {
role: "assistant"
model: string
content: ClaudeCodeContent[]
stop_reason: null
stop_reason: string | null
stop_sequence: null
usage: {
input_tokens: number