imageTiling property
When set, each attached image is split into overlapping crops before prompt rendering (see ImageTiling), boosting vision fidelity for OCR and dense documents at the cost of one prefill per crop. Null passes images through whole.
Implementation
final ImageTiling? imageTiling;