chore(defaults): Enable reasoning by default

This commit is contained in:
mudler
2025-04-27 17:42:06 +02:00
parent 6516af6c34
commit e0a57374c2

View File

@@ -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"},
},