I am giving it url from urlbox and it gives the below error. Please help.
https://app.mindstudio.ai/agents/ef1640d3-8580-4900-8697-6b34e31550c4/edit
New run with ID “a048fe88-5278-44c4-850e-f990a0635180”
ERRORModel Error:
I am giving it url from urlbox and it gives the below error. Please help.
https://app.mindstudio.ai/agents/ef1640d3-8580-4900-8697-6b34e31550c4/edit
New run with ID “a048fe88-5278-44c4-850e-f990a0635180”
ERRORModel Error:
That error is coming from the model itself, not MindStudio. You will likely need to rehost the image, as for whatever reason OpenAI can’t download it. You could use a simple custom function in MindStudio and do:
ai.vars.newImageUrl = await ai.rehostImage(ai.vars.imageUrl);
Did that urlbox URL come from a MindStudio block? Or is it something you generated on your own?
Thank you so much this workaround did the trick for me. And urlbox URL came from a MindStudio run execution block where i made an intentional screenshot request to urlbox