Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AsiaCao committed Apr 11, 2024
1 parent b101812 commit e9d31d8
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 e9d31d8

Please sign in to comment.