Skip to content

Commit

Permalink
added noop
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Apr 5, 2024
1 parent dc4be7f commit 5c3f6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Tool(ABC):

class NoOp(Tool):
name = "noop_"
description = "'noop_' is a no-op tool that does nothing."
description = "'noop_' is a no-op tool that does nothing if you do not need to use a tool."
usage = {
"required_parameters": [],
"examples": [
Expand Down

0 comments on commit 5c3f6c6

Please sign in to comment.