mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
minor fixes to agent instance
This commit is contained in:
parent
16d1f66f55
commit
0bc876c130
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
ToolCall(
|
||||
call_id="",
|
||||
tool_name="memory",
|
||||
arguments={},
|
||||
arguments=serialized_args,
|
||||
)
|
||||
],
|
||||
tool_responses=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue