Skip to content

Commit

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

class NoOp(Tool):
name = "noop_"
description = "'noop_' is a no-op tool that does nothing if you do not need to use a tool."
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 a433fd8

Please sign in to comment.