From 96ffbd5cf53c448bdfc0d86f1e7e866a358e01bd Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 21 Feb 2026 16:26:13 +0300 Subject: Feat: openrouter reasoning --- models/models.go | 1 + 1 file changed, 1 insertion(+) (limited to 'models/models.go') 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 { -- cgit v1.2.3