Have recently implemented the AI Assist bot on our website. Have given it a number of websites as data sources, which it has successfully scraped and can return data from.
However, it would be great if it could show images from specific web pages it has crawled. For example, when a visitor enters the website and asks about a specific product, it would be great if the bot could return a few details, an image, and a hyperlink to the product page to view more details.
At the moment, we have it set up so that, when asked about a specific product, it will provide a number of details and a link to the product if it can find one. this works quite well. however, it is also meant to source an image from the link to the product. however, this never returns anything. I assume this functionality is not built into the bot, but wanted to check if I was missing something.