Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Apr 22, 2024
1 parent 0d3849a commit 0144e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vision_agent/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit 0144e93

Please sign in to comment.