From f61e944cb46fe7f68004d8daf9251baec723eeb7 Mon Sep 17 00:00:00 2001 From: Yazhou Cao Date: Thu, 11 Apr 2024 10:17:06 -0700 Subject: [PATCH] Fix typo --- 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}" )