fix: tool call encoded twice

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-04-25 13:05:06 -07:00
parent 4fb583b407
commit ff6081a353

View file

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