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
+1 -1
View File
@@ -81,7 +81,7 @@ func FillMetaAI(ctx context.Context, completer processing.Completer, p ProductIn
system := strings.TrimSpace(aiprompts.Render(sysTpl, vars))
user := strings.TrimSpace(aiprompts.Render(userTpl, vars))
if user == "" {
user = fmt.Sprintf("Name: %s\nCategory: %s\nDesc: %s",
user = fmt.Sprintf("Name: %s\nCategory: %s\nDescription: %s",
name, p.Category, truncateRunes(desc, processing.MaxProductDescRunes))
}