mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-03 21:54:30 +01: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