This commit is contained in:
2026-08-23 20:49:40 +02:00
parent 3b678ca857
commit f3d4fb56ed
31 changed files with 3608 additions and 111 deletions
+4
View File
@@ -126,6 +126,10 @@ type ProductInput struct {
// CategoryUniqueID is the taxonomy unique_id for overlay/formula keys when
// the enhance display category argument is a localized name.
CategoryUniqueID string
// CategoryDisplayName is the resolved category label. Together with
// CategoryUniqueID it selects the platform-default formula for categories that
// carry no prompt/formula of their own (aiprompts.DefaultCategoryFormula).
CategoryDisplayName string
// OmitSEOMeta skips meta_title / meta_description enhance + free-template fill
// (A1 cohort does not use SEO meta fields).
OmitSEOMeta bool