Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Jan 18, 2025
1 parent 3b1ccb6 commit 6a759fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/tools/planner_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def run_tool_testing(
cleaned_tool_docs.append(tool_doc)
tool_docs = cleaned_tool_docs
tool_docs_str = "\n".join([e["doc"] for e in tool_docs])
tool_docs_str += "\n" + LOAD_TOOLS_DOCSTRING # type: ignore
tool_docs_str += "\n" + LOAD_TOOLS_DOCSTRING

prompt = TEST_TOOLS.format(
tool_docs=tool_docs_str,
Expand Down

0 comments on commit 6a759fd

Please sign in to comment.