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": [