From 5c3f6c6d8fc03a75b684cdf2666d90380d986506 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Fri, 5 Apr 2024 16:16:29 -0700 Subject: [PATCH] added noop --- vision_agent/tools/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision_agent/tools/tools.py b/vision_agent/tools/tools.py index 0cb91d5a..de0f290e 100644 --- a/vision_agent/tools/tools.py +++ b/vision_agent/tools/tools.py @@ -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": [