Skip to content
HomePagesHomePages template kit

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.

function imageAssign(i: ImageAssignInput): BuiltDecision<"image-assign">
Name Type Required Description
i ImageAssignInput required

BuiltDecision<"image-assign">

import { imageAssign } from "@homepages/template-kit";
imageAssign({ pick: "Pick the striking exterior." });