supportedImageFormats top-level constant

Set<String> const supportedImageFormats

Supported image formats for multimodal input.

Implementation

const supportedImageFormats = {
  'jpg',
  'jpeg',
  'png',
  'gif',
  'webp',
  'bmp',
  'svg',
};