fix: Claude stream block index/type transitions

This commit is contained in:
Seefs
2026-02-05 19:32:26 +08:00
parent fca80a57ad
commit 7314c974f3
2 changed files with 67 additions and 25 deletions

View File

@@ -37,6 +37,9 @@ type ClaudeConvertInfo struct {
Usage *dto.Usage
FinishReason string
Done bool
ToolCallBaseIndex int
ToolCallMaxIndexOffset int
}
type RerankerInfo struct {