mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 04:00:42 +00:00
lint fix and rename file search
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
2d9163529a
commit
bb34e942d1
7 changed files with 26 additions and 25 deletions
|
|
@ -41,7 +41,7 @@ class ToolRuntimeRouter(ToolRuntime):
|
|||
query_config: FileSearchConfig | None = None,
|
||||
) -> FileSearchResult:
|
||||
logger.debug(f"ToolRuntimeRouter.FileSearchToolImpl.query: {vector_store_ids}")
|
||||
provider = await self.routing_table.get_provider_impl("knowledge_search")
|
||||
provider = await self.routing_table.get_provider_impl("file_search")
|
||||
return await provider.query(content, vector_store_ids, query_config)
|
||||
|
||||
async def insert(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue