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 --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config/config.go') diff --git a/config/config.go b/config/config.go index 8f1925c..10e43da 100644 --- a/config/config.go +++ b/config/config.go @@ -20,6 +20,7 @@ type Config struct { ToolUse bool `toml:"ToolUse"` ThinkUse bool `toml:"ThinkUse"` StripThinkingFromAPI bool `toml:"StripThinkingFromAPI"` + ReasoningEffort string `toml:"ReasoningEffort"` AssistantRole string `toml:"AssistantRole"` SysDir string `toml:"SysDir"` ChunkLimit uint32 `toml:"ChunkLimit"` -- cgit v1.2.3