feat: Include direct product URLs in Market Research - Updated MarketResearchResult type to include optional URLs - Enhanced AI prompts to extract competitor product links - Added 'View Product' links to the Price Matrix UI - Responsive links with protocol verification

This commit is contained in:
Gemini AI
2025-12-28 03:23:01 +04:00
Unverified
parent 7625b20aa3
commit 8f0a65eee1
5 changed files with 20 additions and 7 deletions

View File

@@ -272,7 +272,7 @@ export interface MarketResearchResult {
priceComparisonMatrix: {
product: string;
userPrice: string;
competitorPrices: { competitor: string; price: string }[];
competitorPrices: { competitor: string; price: string; url?: string }[];
}[];
featureComparisonTable: {
feature: string;