media property

List<Uint8List> media
final

Encoded media bytes (image or audio) referenced by the mediaMarkers embedded in text, in the order the markers appear. Passed straight to the runtime so mtmd can interleave them; mtmd auto-detects each blob's kind from its magic bytes. Empty for a text-only prompt.

Implementation

final List<Uint8List> media;