When using Prompt with `Image or document input` in Power Automate, that input parameter will become required, but I want it to be nullable.
I have tried passing null, an empty string, and "AA==" in the expression, but they will throw `Invalid input: Input parameters are invalid for your model` (`Unable to identify the mimetype input`).
Although the Text input of the prompt is marked as required in Power Automate, I can pass `null` to it without error. I just want to do the same thing to `Image or document input`.