From 0144e93e00f9475621013548a742e5358aecd3f4 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Mon, 22 Apr 2024 14:41:16 -0700 Subject: [PATCH] formatting fix --- vision_agent/tools/tools.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vision_agent/tools/tools.py b/vision_agent/tools/tools.py index 57db1ebb..6528c795 100644 --- a/vision_agent/tools/tools.py +++ b/vision_agent/tools/tools.py @@ -480,15 +480,15 @@ class ZeroShotCounting(Tool): ], "examples": [ { - "scenario": "Can you count the lids in the image ? Image name: lids.jpg", + "scenario": "Can you count the lids in the image? Image name: lids.jpg", "parameters": {"image": "lids.jpg"}, }, { - "scenario": "Can you count the total number of objects in this image ? Image name: tray.jpg", + "scenario": "Can you count the total number of objects in this image? Image name: tray.jpg", "parameters": {"image": "tray.jpg"}, }, { - "scenario": "Can you build me an object counting tool ? Image name: shirts.jpg", + "scenario": "Can you build me an object counting tool? Image name: shirts.jpg", "parameters": { "image": "shirts.jpg", },