Merge branch 'router-for-me:main' into main

This commit is contained in:
Luis Pater
2025-12-19 11:40:52 +08:00
committed by GitHub
6 changed files with 1475 additions and 1 deletions
@@ -25,7 +25,7 @@ type Params struct {
HasFirstResponse bool
ResponseType int
ResponseIndex int
HasContent bool // Tracks whether any content (text, thinking, or tool use) has been output
HasContent bool // Tracks whether any content (text, thinking, or tool use) has been output
}
// toolUseIDCounter provides a process-wide unique counter for tool use identifiers.