mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 16:03:56 +00:00
do not pass memory tools to inference
This commit is contained in:
parent
d0c8dced65
commit
b46d94d87d
2 changed files with 4 additions and 11 deletions
|
|
@ -60,7 +60,7 @@ class MemoryToolRuntimeImpl(ToolsProtocolPrivate, ToolRuntime):
|
|||
description="Retrieve context from memory",
|
||||
parameters=[
|
||||
ToolParameter(
|
||||
name="input_messages",
|
||||
name="messages",
|
||||
description="The input messages to search for",
|
||||
parameter_type="array",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue