Skip to content

Commit

Permalink
Fix a typo in log (#49)
Browse files Browse the repository at this point in the history
Fix another typo

Co-authored-by: Yazhou Cao <[email protected]>
  • Loading branch information
2 people authored and dillonalaird committed Apr 17, 2024
1 parent a11c12d commit 4da5d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/agent/vision_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def chat_with_workflow(
reflections += reflection
# '<ANSWER>' 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. <ANSWER>{final_answer}</<ANSWER>"
f"The Vision Agent has concluded this chat. <ANSWER>{final_answer}</ANSWER>"
)
return final_answer, all_tool_results

Expand Down

0 comments on commit 4da5d72

Please sign in to comment.