containsInputImageWithUrl

Checks if the input includes an image with the specified URL.

Parameters

imageUrl

The URL of the image to check for in the input. Might be Base64 image url


Checks if the input includes an image with the specified URL as Base64 data URL.

Parameters

url

The URL of the image to check for in the input. The content of the URL will be converted to a Base64 data URL string.