Hi, I am trying to use Umbraco AI Prompt to generate Alt text for images. I have created a new prompt in backoffice and given this instruction:
Write a concise alt text in under 50 characters for the following image: {{umbracoFile}}
Return only the alt text, nothing else.
When I try to generate the alt text, I get this message:
‘I can see you’ve mentioned an image, but no image has actually been shared in our conversation. Could you please share the image you’d like me to write alt text for?’
Is it possible to generate alt text by passing the image?
Thanks Matt! The {{ image:umbracoFile }} syntax worked perfectly.
One follow-up question — are all the available template variables (like {{image:umbracoFile}}) documented somewhere? It would be really helpful to know the full list and their syntax so I can make the most of the prompt templating