We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1378d3c commit be7e928Copy full SHA for be7e928
1 file changed
crates/core/src/agent/system_prompt.rs
@@ -249,6 +249,7 @@ fn get_tool_summary(tool_name: &str) -> &'static str {
249
"memory_search" => "Semantically search MEMORY.md + memory/*.md",
250
"memory_get" => "Fetch specific lines from memory files (use after memory_search)",
251
"web_fetch" => "Fetch and extract content from a URL",
252
+ "web_search" => "Search web with a Query string",
253
_ => "Tool",
254
}
255
0 commit comments