A pool-lane booking screenshot must inform a multimodal test prompt. A colleague only types lane.png into the chat. What is the key limitation of that approach?
Select an answer to reveal the explanation.
Short Explanation
Saying “lane.png” is like telling a friend the name of a photo album without opening a single picture. Multimodal use means attaching the actual image so it can be embedded or tokenized as vision input. A filename string alone gives the model nothing to see.
Full Explanation
Each modality is prepared differently before the model processes it: text as tokens, images as visual embeddings or vision tokens. Naming a file in prose supplies only characters, not pixels. Effective multimodal testing prompts attach the real image alongside any accompanying text.