Merge pull request #2854 from seefs001/fix/claude-tool-index

fix: Claude stream block index/type transitions
This commit is contained in:
Calcium-Ion
2026-02-08 00:15:20 +08:00
committed by GitHub
2 changed files with 84 additions and 23 deletions

View File

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