diff options
Diffstat (limited to 'models/models.go')
| -rw-r--r-- | models/models.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/models.go b/models/models.go index 8f42795..b089ecd 100644 --- a/models/models.go +++ b/models/models.go @@ -86,6 +86,7 @@ type TextChunk struct { ToolResp bool FuncName string ToolID string + Reasoning string // For models that send reasoning separately (OpenRouter, etc.) } type TextContentPart struct { |
