Skip to content

Commit

Permalink
added visualized images to all_tool_results
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Mar 29, 2024
1 parent 1872e13 commit 8e68cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vision_agent/agent/vision_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ def chat_with_workflow(
)

visualized_images = visualize_result(all_tool_results)
all_tool_results.append({"visualized_images": visualized_images})
reflection = self_reflect(
self.reflect_model,
question,
Expand Down

0 comments on commit 8e68cff

Please sign in to comment.