mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 04:43:55 +00:00
fix list tools method name
This commit is contained in:
parent
87068278ac
commit
6632d7e410
12 changed files with 84 additions and 12 deletions
|
|
@ -51,7 +51,7 @@ class MemoryToolRuntimeImpl(ToolsProtocolPrivate, ToolRuntime):
|
|||
async def initialize(self):
|
||||
pass
|
||||
|
||||
async def list_tools(
|
||||
async def list_runtime_tools(
|
||||
self, tool_group_id: Optional[str] = None, mcp_endpoint: Optional[URL] = None
|
||||
) -> List[ToolDef]:
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue