Skip to content

Commit

Permalink
minor revert
Browse files Browse the repository at this point in the history
  • Loading branch information
yzld2002 committed Aug 28, 2024
1 parent b0a464b commit 7f36f6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vision_agent/agent/vision_agent_coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,9 +753,7 @@ def chat_with_workflow(
plans = write_plans(
int_chat,
T.get_tool_descriptions_by_names(
customized_tool_names,
T.FUNCTION_TOOLS,
T.UTIL_TOOLS, # type: ignore
customized_tool_names, T.FUNCTION_TOOLS, T.UTIL_TOOLS # type: ignore
),
format_memory(working_memory),
self.planner,
Expand Down

0 comments on commit 7f36f6a

Please sign in to comment.