From c2f3d87074779d4b731fe919c48250714a3b9ad4 Mon Sep 17 00:00:00 2001 From: tusharmagar Date: Tue, 16 Sep 2025 19:06:01 +0530 Subject: [PATCH] removed generate image tool from customer support prebuilt template --- .../lib/prebuilt-cards/customer-support.json | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/apps/rowboat/app/lib/prebuilt-cards/customer-support.json b/apps/rowboat/app/lib/prebuilt-cards/customer-support.json index a24d3b88..05668dfa 100644 --- a/apps/rowboat/app/lib/prebuilt-cards/customer-support.json +++ b/apps/rowboat/app/lib/prebuilt-cards/customer-support.json @@ -61,28 +61,6 @@ } ], "tools": [ - { - "name": "Generate Image", - "description": "Generate an image using Google Gemini given a text prompt. Returns base64-encoded image data and any text parts.", - "parameters": { - "type": "object", - "properties": { - "prompt": { - "type": "string", - "description": "Text prompt describing the image to generate" - }, - "modelName": { - "type": "string", - "description": "Optional Gemini model override" - } - }, - "required": [ - "prompt" - ], - "additionalProperties": true - }, - "isGeminiImage": true - }, { "name": "Mock Delivery Status", "description": "A mock tool to simulate checking delivery status.",