Skip to content

Commit 0264c1e

Browse files
factorydroidFactory Bot
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 5579873 commit 0264c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-cli/src/main.rs

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

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

0 commit comments

Comments
 (0)