Skip to content
HomePagesHomePages template kit

DECISION_TYPES

The catalog of AI fill decision types — every kind of decision a section's fill spec may declare.

The catalog of AI fill decision types — every kind of decision a section’s fill spec may declare.

Import from @homepages/template-kit.

const DECISION_TYPES: readonly ["image-assign", "video-assign", "tour-assign", "document-assign", "contact-assign", "text-block", "list-fill", "display-select"]
  • Each has a corresponding discriminant in the fill-spec schema. The four single-asset types have an executor apiece; every LIST fills through the one list-fill family. video-assign, tour-assign and document-assign mirror image-assign but pool from the property’s videos, 3D tours and stored documents rather than its photos — separate decision types rather than a filter argument, so the pool is legible from the decision type alone. Every type but display-select writes slots; that one writes the section’s own display verdict and produces no slot at all.