From 5a8bc0b1a0252e5e3e70e44c73e8aa524deb9851 Mon Sep 17 00:00:00 2001 From: tusharmagar Date: Fri, 21 Nov 2025 19:23:53 +0530 Subject: [PATCH] removed incomplete gemini3-test example json --- apps/cli/src/examples/gemini3-test.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 apps/cli/src/examples/gemini3-test.json diff --git a/apps/cli/src/examples/gemini3-test.json b/apps/cli/src/examples/gemini3-test.json deleted file mode 100644 index 54f63c38..00000000 --- a/apps/cli/src/examples/gemini3-test.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "gemini3_svg_pelican", - "provider": "google", - "model": "gemini-3.0-pro", - "description": "Outputs a single valid SVG depicting a pelican riding a bicycle.", - "instructions": "You must output only a single, valid, self-contained SVG XML depicting a pelican riding a bicycle. Requirements: 1) Output must be ONLY raw SVG XML (no markdown fences, no explanations). 2) Use viewBox=\"0 0 512 512\" and set width/height to 512. 3) Include clear, recognizable pelican and bicycle using basic shapes/paths. 4) No external refs, images, scripts, or styles; use inline attributes only. 5) Keep IDs minimal; keep total file size reasonable.", - "tools": {} -} \ No newline at end of file