From b34c0b6f1a88a472b7a358ca529af278ccc61f2f Mon Sep 17 00:00:00 2001 From: Tero Halla-aho Date: Sat, 29 Nov 2025 20:07:06 +0200 Subject: [PATCH] AI prompt fine tuning --- app/listings/new/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/listings/new/page.tsx b/app/listings/new/page.tsx index 3f72b02..1db8286 100644 --- a/app/listings/new/page.tsx +++ b/app/listings/new/page.tsx @@ -149,6 +149,7 @@ export default function NewListingPage() { 'Preserve meaning, tone, numbers, and any markup.', 'Return valid JSON only with the same keys.', 'Fill missing translations; keep existing text unchanged.', + 'Leave out the task part from output', ], sourceLocale: currentLocale, targetLocales: SUPPORTED_LOCALES.filter((loc) => loc !== currentLocale),