Skip to content

Commit 2b7fa68

Browse files
committed
fix format
1 parent b68040a commit 2b7fa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/q_cli/src/cli/chat/tools/think.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use super::{
1818
/// It provides a dedicated space for the model to process information from tool call results,
1919
/// navigate complex decision trees, and improve the quality of responses in multi-step scenarios.
2020
///
21-
/// This is a beta feature that must be enabled via settings:
21+
/// This is a beta feature that can be enabled/disabled via settings:
2222
/// `q settings enable_thinking true`
2323
#[derive(Debug, Clone, Deserialize)]
2424
pub struct Think {

0 commit comments

Comments
 (0)