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 /config | |
| parent | 85b11fa9ffd5f72b0b76200d2fa590960273410b (diff) | |
Feat: openrouter reasoning
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
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"` |
