From bfaef69c8331e086af56db7e70b5e4b19d575e02 Mon Sep 17 00:00:00 2001 From: Asia <2736300+humpydonkey@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:22:42 -0700 Subject: [PATCH] Fix typo (#48) Co-authored-by: Yazhou Cao --- vision_agent/agent/vision_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" )