From 79fdd234a39265bcac3a7442d25bce9446a58034 Mon Sep 17 00:00:00 2001 From: Jurgis Sakalauskas Date: Fri, 17 Oct 2025 17:05:39 +0300 Subject: [PATCH] remove attributes limit --- server/src/services/item-import-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/services/item-import-service.ts b/server/src/services/item-import-service.ts index 269a6e3..c861170 100644 --- a/server/src/services/item-import-service.ts +++ b/server/src/services/item-import-service.ts @@ -152,7 +152,7 @@ export const extractItemImportDetails = async ({ prompt: [ 'Extract product details for cataloging.', `Source URL: ${normalizedUrl}`, - 'Provide the best available manufacturer, model, concise note (if applicable), up to 12 key attributes, and any image URLs present.', + 'Provide the best available manufacturer, model, concise note (if applicable), key attributes, and any image URLs present.', 'Markdown content:', '```markdown', markdown,