Skip to content

Commit be7e928

Browse files
authored
Provide web_search tool summary (#30)
1 parent 1378d3c commit be7e928

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/core/src/agent/system_prompt.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ fn get_tool_summary(tool_name: &str) -> &'static str {
249249
"memory_search" => "Semantically search MEMORY.md + memory/*.md",
250250
"memory_get" => "Fetch specific lines from memory files (use after memory_search)",
251251
"web_fetch" => "Fetch and extract content from a URL",
252+
"web_search" => "Search web with a Query string",
252253
_ => "Tool",
253254
}
254255
}

0 commit comments

Comments
 (0)