diff --git a/vision_agent/agent/vision_agent.py b/vision_agent/agent/vision_agent.py index 2eb27376..be67fea1 100644 --- a/vision_agent/agent/vision_agent.py +++ b/vision_agent/agent/vision_agent.py @@ -520,10 +520,8 @@ def chat_with_artifacts( self.streaming_message( { "role": "assistant", - "content": json.dumps( - new_format_to_old_format( - add_step_descriptions(response) - ) + "content": new_format_to_old_format( + add_step_descriptions(response) ), "finished": finished and code_action is None, }