mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
fix: tool call encoded twice
# What does this PR do? ## Test Plan
This commit is contained in:
parent
4fb583b407
commit
ff6081a353
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ class ChatFormat:
|
|||
arguments_json=json.dumps(tool_arguments),
|
||||
)
|
||||
)
|
||||
content = ""
|
||||
|
||||
return RawMessage(
|
||||
role="assistant",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue