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