Hi there!
I currently have an AI integrated with a Google Sheets tool that retrieves product information based on what the user asks.
Is there a way to include a product image in the AI’s response as well?
Each row in the spreadsheet already contains all the product details, including the image URL.
If I understand your question correctly, you can use sheet’s =IMAGE()
formula. I believe it requires a URL to the image as a string like: =IMAGE("https://image.com/image.png")
You can either create this directly into the cell, or add a new column that references the URL column with the IMAGE formula. We’ve used it a bunch of times in client solutions. 
*if this correctly answers your question, would appreciate marking me as solution 
Hey man, i have the same issue, did you solve it?
Does my answer provide a solution, or is your question different?