From 1983102e92ec03c167eea305744aa3499ff536fb Mon Sep 17 00:00:00 2001 From: shankar_ws3 Date: Fri, 29 Mar 2024 17:06:06 -0700 Subject: [PATCH] fixed tools.json --- vision_agent/tools/tools.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vision_agent/tools/tools.json b/vision_agent/tools/tools.json index ccfadbb8..8901f9a0 100644 --- a/vision_agent/tools/tools.json +++ b/vision_agent/tools/tools.json @@ -51,6 +51,10 @@ "name": "image_classification", "description": "classify the objects in the image." }, + { + "name": "closed_set_image_classification", + "description": "Given a set of classes as a text prompt, classify the objects in the image based on the given classes." + }, { "name": "panoptic_segmentation", "description": "segment the common objects in the given image."