feat(imitation): simplify form fields and make brand_name required
Deployment Config CI / Deployment Config (push) Successful in 25s
Frontend CI / Frontend (push) Successful in 2m51s
Backend CI / Backend (push) Successful in 14m47s

Remove industry, target_audience, content_goal, tone, and length_goal from the imitation form; brand_name is now mandatory with autocomplete from brand library, keywords are pre-populated from the selected brand's search keywords, and output length is hardcoded to ~2000 characters in the prompt.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-20 02:16:45 +08:00
parent c44ddc55a6
commit 00eb514efc
8 changed files with 67 additions and 124 deletions
+1 -6
View File
@@ -748,13 +748,8 @@ export interface GenerateImitationRequest {
source_url: string
source_title?: string
locale?: string
industry?: string
brand_name?: string
brand_name: string
region?: string
target_audience?: string
content_goal?: string
tone?: string
length_goal?: string
keywords?: string[]
preserve_points?: string
avoid_points?: string