include content in the message even if you have parsed out a tool call

This commit is contained in:
Ashwin Bharambe 2025-04-12 11:23:25 -07:00
parent 771daa4b91
commit 14ff4c647c
3 changed files with 1 additions and 3 deletions

View file

@ -226,7 +226,6 @@ class ChatFormat:
arguments_json=json.dumps(tool_arguments),
)
)
content = ""
return RawMessage(
role="assistant",