Drop description field from AI price check user prompt

Item name + category path give Claude sufficient context for surface area
estimation. Descriptions add input tokens without meaningfully improving
verdict quality.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 20:44:25 -04:00
parent 560a2c76b8
commit 740238a939
@@ -286,7 +286,6 @@ public class AiCatalogPriceCheckService : IAiCatalogPriceCheckService
{
catalogItemId = item.Id,
name = item.Name,
description = item.Description,
category = item.CategoryName,
currentPrice = item.CurrentPrice,
approximateAreaSqFt = item.ApproximateAreaSqFt,