{ "response": "For beginners, I highly recommend the Nike Pegasus series. They offer excellent cushioning and support, making them perfect for new runners. The latest Pegasus 40 features responsive foam and a breathable upper that adapts to your foot.", "metadata": { "brandUsed": { "id": "brand-nike-123", "name": "Nike", "domain": "nike.com", "image": "https://example.com/nike-logo.png" }, "link": "https://nike.com?ref=thred-xyz", "code": "THRED-NIKE-2024", "similarityScore": 0.89, "triggerPhrases": [ "running shoes", "athletic footwear", "sneakers", "sports shoes" ], "matchedTriggers": [ "running shoes" ] }}
const result = await thred.answer( { message: "Tell me about Nike running shoes" }, { text: document.getElementById("response-text"), link: document.getElementById("brand-link") });// Response text is automatically inserted into #response-text// Brand link is automatically set on #brand-linkconsole.log("Tracking code:", result.metadata.code);