mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +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),
|
arguments_json=json.dumps(tool_arguments),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
content = ""
|
||||||
|
|
||||||
return RawMessage(
|
return RawMessage(
|
||||||
role="assistant",
|
role="assistant",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue