I can’t seem to make this scenario work.
Reagrdless of what I do the openai assistant module either tells me the url is invalid or that it should end in png, jpg, webp, etc.
The purpose of this automation is for the openai assistant to check the 5 images I give it, then check the docs I have in its vector store, and then give me titles for these 5 images depending on the content of the image and of the available docs.
it uploads it to Cloudinary so that I can get a link that ends in .png
it gives it to the OpenAi Assistant (which is trained on multiple docs and on a specific naming convention, this is why I did not want to use the Analyze image module directly.)