mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
fix router trait error (#2910)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user