diff --git a/vision_agent/agent/vision_agent.py b/vision_agent/agent/vision_agent.py index 3316bb82..95ae444b 100644 --- a/vision_agent/agent/vision_agent.py +++ b/vision_agent/agent/vision_agent.py @@ -466,7 +466,7 @@ def chat_with_workflow( reflections += reflection # '' is a symbol to indicate the end of the chat, which is useful for streaming logs. self.log_progress( - f"The Vision Agent has concluded this chat. {final_answer}" + f"The Vision Agent has concluded this chat. {final_answer}" ) return final_answer, all_tool_results