Skip to content

Commit 0d4681b

Browse files
factorydroidechobt
authored andcommitted
fix(cli): improve --search flag help text to explain capabilities
Fixes bounty issue #1427 The help text for the --search flag was too brief, only saying 'Enable web search' without explaining what search capabilities the agent gains. Updated the description to clarify that this enables the agent to find information online and cite relevant results.
1 parent 659b6eb commit 0d4681b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cortex-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ struct InteractiveArgs {
106106
#[arg(long = "cd", short = 'C', value_name = "DIR")]
107107
cwd: Option<PathBuf>,
108108

109-
/// Enable web search
109+
/// Enable web search for the agent to find information online (returns relevant results that can be cited)
110110
#[arg(long = "search", default_value_t = false)]
111111
web_search: bool,
112112

0 commit comments

Comments
 (0)