imageAssign
Fills a single `image` slot by having the model choose one photo from the property's full pool.
Fills a single image slot by having the model choose one photo from the
property’s full pool. pick is the selection-brief prose. This builder always
emits the prompt-driven form (pick) — it has no fact-seeded
counterpart.
Import from @homepages/template-kit.
Signature
Section titled “Signature”function imageAssign(i: ImageAssignInput): BuiltDecision<"image-assign">Parameters
Section titled “Parameters”| Name | Type | Required | Description |
|---|---|---|---|
i |
ImageAssignInput |
required |
Returns
Section titled “Returns”BuiltDecision<"image-assign">
Example
Section titled “Example”import { imageAssign } from "@homepages/template-kit";
imageAssign({ pick: "Pick the striking exterior." });