Skip to content

Commit

Permalink
spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Apr 26, 2024
1 parent 8608092 commit 968cd54
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 @@ -577,7 +577,7 @@ def chat_with_workflow(
self.task_model, question, self.tools, reflections
)

task_depend = {"Original Quesiton": question}
task_depend = {"Original Question": question}
previous_log = ""
answers = []
for task in task_list:
Expand Down

0 comments on commit 968cd54

Please sign in to comment.