MCPcopy Create free account
hub / github.com/AI45Lab/Code / is_known_special_tool

Function is_known_special_tool

core/src/tools/selector.rs:157–162  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

155}
156
157fn is_known_special_tool(name: &str) -> bool {
158 matches!(
159 name,
160 "web_search" | "web_fetch" | "git" | "batch" | "program"
161 )
162}
163
164#[cfg(test)]
165mod tests {

Callers 1

select_tools_for_promptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected