diff --git a/vision_agent/agent/vision_agent.py b/vision_agent/agent/vision_agent.py index bad0933a..3316bb82 100644 --- a/vision_agent/agent/vision_agent.py +++ b/vision_agent/agent/vision_agent.py @@ -464,7 +464,7 @@ def chat_with_workflow( break else: reflections += reflection - # '' is a symbol to indicate the end of the chat, which is useful for streaming logs. + # '' 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}" )