diff --git a/crates/goose/src/agents/router_tool_selector.rs b/crates/goose/src/agents/router_tool_selector.rs index f87005c2..d6d1f55b 100644 --- a/crates/goose/src/agents/router_tool_selector.rs +++ b/crates/goose/src/agents/router_tool_selector.rs @@ -282,7 +282,7 @@ impl RouterToolSelector for LLMToolSelector { } } - async fn index_tools(&self, tools: &[Tool]) -> Result<(), ToolError> { + async fn index_tools(&self, tools: &[Tool], _extension_name: &str) -> Result<(), ToolError> { let mut tool_strings = self.tool_strings.write().await; for tool in tools {