Compare commits

...

1 Commits

Author SHA1 Message Date
mudler
e0a57374c2 chore(defaults): Enable reasoning by default 2025-04-27 17:42:06 +02:00

View File

@@ -253,7 +253,7 @@ func NewAgentConfigMeta(
Name: "enable_reasoning", Name: "enable_reasoning",
Label: "Enable Reasoning", Label: "Enable Reasoning",
Type: "checkbox", Type: "checkbox",
DefaultValue: false, DefaultValue: true,
HelpText: "Enable agent to explain its reasoning process", HelpText: "Enable agent to explain its reasoning process",
Tags: config.Tags{Section: "AdvancedSettings"}, Tags: config.Tags{Section: "AdvancedSettings"},
}, },