From e0a57374c25a3fe884ff49f7037d6fa434228652 Mon Sep 17 00:00:00 2001 From: mudler Date: Sun, 27 Apr 2025 17:42:06 +0200 Subject: [PATCH] chore(defaults): Enable reasoning by default --- core/state/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state/config.go b/core/state/config.go index 9da851c..347ef52 100644 --- a/core/state/config.go +++ b/core/state/config.go @@ -253,7 +253,7 @@ func NewAgentConfigMeta( Name: "enable_reasoning", Label: "Enable Reasoning", Type: "checkbox", - DefaultValue: false, + DefaultValue: true, HelpText: "Enable agent to explain its reasoning process", Tags: config.Tags{Section: "AdvancedSettings"}, },