feat(registry): add gpt 5.2 codex model definition

This commit is contained in:
hkfires
2025-12-19 09:53:03 +08:00
parent 774f1fbc17
commit fa70b220e9
2 changed files with 15 additions and 1 deletions

View File

@@ -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.