chore(defaults): Enable reasoning by default (#89)
This commit is contained in:
committed by
GitHub
parent
6516af6c34
commit
f3884c0244
@@ -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"},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user