This commit is contained in:
2026-08-16 23:42:00 +02:00
parent 6e77154228
commit 92f046b542
32 changed files with 1443 additions and 105 deletions
+3 -1
View File
@@ -89,7 +89,9 @@ type ProductInput struct {
EnhanceSystemTemplate string
EnhanceUserTemplate string
// CategoryEnhancePrompt overrides EnhanceUserTemplate when non-empty
// (resolved for the active language before enhance).
// (resolved for the active language before enhance). Applied to BOTH name
// and description via user framing + system overlay; formulas still win
// for structure.
CategoryEnhancePrompt string
// CategoryPromptsByLang maps lower(name|unique_id) → lang → category override prompt
// (JSON/overlay text with {{attrs}}/{{category}}; works with repaired A1 overlays).