diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-21 16:26:13 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-21 16:26:13 +0300 |
| commit | 96ffbd5cf53c448bdfc0d86f1e7e866a358e01bd (patch) | |
| tree | 649e095f45a8f030a2bf209f999731a1b92921a3 /models/models.go | |
| parent | 85b11fa9ffd5f72b0b76200d2fa590960273410b (diff) | |
Feat: openrouter reasoning
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 { |
