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 b68040a commit 2b7fa68Copy full SHA for 2b7fa68
crates/q_cli/src/cli/chat/tools/think.rs
@@ -18,7 +18,7 @@ use super::{
18
/// It provides a dedicated space for the model to process information from tool call results,
19
/// navigate complex decision trees, and improve the quality of responses in multi-step scenarios.
20
///
21
-/// This is a beta feature that must be enabled via settings:
+/// This is a beta feature that can be enabled/disabled via settings:
22
/// `q settings enable_thinking true`
23
#[derive(Debug, Clone, Deserialize)]
24
pub struct Think {
0 commit comments