feat(imitation): simplify form fields and make brand_name required
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user