mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 04:20:02 +00:00
include content in the message even if you have parsed out a tool call
This commit is contained in:
parent
771daa4b91
commit
14ff4c647c
3 changed files with 1 additions and 3 deletions
|
|
@ -226,7 +226,6 @@ class ChatFormat:
|
|||
arguments_json=json.dumps(tool_arguments),
|
||||
)
|
||||
)
|
||||
content = ""
|
||||
|
||||
return RawMessage(
|
||||
role="assistant",
|
||||
|
|
|
|||
|
|
@ -301,7 +301,6 @@ class ChatFormat:
|
|||
arguments=tool_arguments,
|
||||
)
|
||||
)
|
||||
content = ""
|
||||
|
||||
return RawMessage(
|
||||
role="assistant",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue