This commit is contained in:
2026-08-16 21:35:48 +02:00
parent 106f602232
commit 389608ea56
28 changed files with 2491 additions and 115 deletions
+8
View File
@@ -112,6 +112,14 @@ type ProductInput struct {
PriorProcessedDescription string
PriorCategory string
PriorLocalized company.LocalizedContent
// JobID / CompanyID / RawProductID are optional worker correlation ids for
// structured ai_enhance logs (never secrets). Empty in unit tests.
JobID string
CompanyID string
RawProductID string
// CategoryUniqueID is the taxonomy unique_id for overlay/formula keys when
// the enhance display category argument is a localized name.
CategoryUniqueID string
}
// CategoryFormulas holds optional title/description templates for one category key.