From 70fb28ad229c621de6e381aef5079e0eb14fe188 Mon Sep 17 00:00:00 2001 From: akhisud3195 Date: Wed, 16 Apr 2025 20:18:43 +0400 Subject: [PATCH] Remove style prompt from project templates --- apps/rowboat/app/lib/project_templates.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/rowboat/app/lib/project_templates.ts b/apps/rowboat/app/lib/project_templates.ts index c69e8bd8..ffe6f1ae 100644 --- a/apps/rowboat/app/lib/project_templates.ts +++ b/apps/rowboat/app/lib/project_templates.ts @@ -44,13 +44,7 @@ You are an helpful customer support assistant controlType: "retain", }, ], - prompts: [ - { - name: "Style prompt", - type: "style_prompt", - prompt: "You should be empathetic and helpful.", - } - ], + prompts: [], tools: [ { "name": "web_search",