We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a9dc1 commit da850bfCopy full SHA for da850bf
crates/chat-cli/src/cli/chat/tools/thinking.rs
@@ -30,7 +30,7 @@ pub struct Thinking {
30
impl Thinking {
31
/// Checks if the thinking feature is enabled in settings
32
pub fn is_enabled(database: &Database) -> bool {
33
- database.settings.get_bool(Setting::EnabledThinking).unwrap_or(true)
+ database.settings.get_bool(Setting::EnabledThinking).unwrap_or(false)
34
}
35
36
/// Queues up a description of the think tool for the user
0 commit comments