mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update src/integrations/claude-code/types.ts
This commit is contained in:
parent
2437459c6c
commit
df2e8b70d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue