Skip to content

Commit

Permalink
add extract frames to util docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 5, 2024
1 parent ead9695 commit 9ca93e9
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions vision_agent/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1857,15 +1857,5 @@ def overlay_counting_results(
TOOL_DESCRIPTIONS = get_tool_descriptions(TOOLS) # type: ignore
TOOL_DOCSTRING = get_tool_documentation(TOOLS) # type: ignore
TOOLS_INFO = get_tools_info(FUNCTION_TOOLS) # type: ignore
UTILITIES_DOCSTRING = get_tool_documentation(
[
save_json,
load_image,
save_image,
save_video,
overlay_bounding_boxes,
overlay_segmentation_masks,
overlay_heat_map,
overlay_counting_results,
]
)
TOOLS_INFO = get_tools_info(TOOLS) # type: ignore
UTILITIES_DOCSTRING = get_tool_documentation(UTIL_TOOLS) # type: ignore

0 comments on commit 9ca93e9

Please sign in to comment.