From 2dde5507b16bd30b140dbb045a9fe95a70e4a42f Mon Sep 17 00:00:00 2001 From: Asia <2736300+humpydonkey@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:23:03 -0700 Subject: [PATCH] Fix a typo in log (#49) Fix another typo 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 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