Skip to content

Commit

Permalink
fixed type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed May 28, 2024
1 parent 56075a0 commit ffc1bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/agent/vision_agent_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def chat_with_workflow(
self.verbosity,
)
results = write_and_test_code(
FULL_TASK.format(user_request=chat[0]["content"], subtasks=plan_i_str), # type: ignore
FULL_TASK.format(user_request=chat[0]["content"], subtasks=plan_i_str),
tool_info,
UTILITIES_DOCSTRING,
format_memory(working_memory),
Expand Down

0 comments on commit ffc1bbd

Please sign in to comment.