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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user