mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 03:48:05 +00:00
client sdk test fixes
This commit is contained in:
parent
c3865faf37
commit
efe3189728
3 changed files with 21 additions and 25 deletions
|
|
@ -56,7 +56,7 @@ class MemoryToolRuntimeImpl(ToolsProtocolPrivate, ToolRuntime):
|
|||
) -> List[ToolDef]:
|
||||
return [
|
||||
ToolDef(
|
||||
name="memory",
|
||||
name="query_memory",
|
||||
description="Retrieve context from memory",
|
||||
parameters=[
|
||||
ToolParameter(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue