From a433fd82324112e718e1220e6402140f5501b253 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Fri, 5 Apr 2024 16:19:15 -0700 Subject: [PATCH] format fix --- vision_agent/tools/tools.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vision_agent/tools/tools.py b/vision_agent/tools/tools.py index de0f290e..151faa36 100644 --- a/vision_agent/tools/tools.py +++ b/vision_agent/tools/tools.py @@ -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": [