fix: generated_by tag — v6-length-fix → v7

This commit is contained in:
Rene Fichtmueller 2026-05-10 09:55:39 +02:00
parent 0edc6e3f3a
commit 10af2ca244

View File

@ -1350,8 +1350,8 @@ async function runLlmPipeline(
await pool.query(
`UPDATE blog_drafts
SET title = $9, draft_content = $1, word_count = $2,
generated_by = 'fo-blog-engine-v6-length-fix',
pipeline_version = 'v6-length-capped',
generated_by = 'fo-blog-engine-v7',
pipeline_version = 'v7',
pipeline_steps_completed = $3,
auto_qa_score = $4,
outline = $5,