Skip to content

Commit

Permalink
Fix typo (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Yazhou Cao <[email protected]>
  • Loading branch information
humpydonkey and AsiaCao authored Apr 11, 2024
1 parent b35f17d commit bfaef69
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 @@ -464,7 +464,7 @@ def chat_with_workflow(
break
else:
reflections += reflection
# '<END>' is a symbol to indicate the end of the chat, which is useful for streaming logs.
# '<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>"
)
Expand Down

0 comments on commit bfaef69

Please sign in to comment.