31 lines
706 B
JSON
31 lines
706 B
JSON
{
|
|
"job_name": "Tier 1 Launch Batch",
|
|
"project_id": 1,
|
|
"description": "Initial tier 1 content - 15 high-quality articles with strict validation",
|
|
"tiers": [
|
|
{
|
|
"tier": 1,
|
|
"article_count": 15,
|
|
"models": {
|
|
"title": "anthropic/claude-3.5-sonnet",
|
|
"outline": "anthropic/claude-3.5-sonnet",
|
|
"content": "anthropic/claude-3.5-sonnet"
|
|
},
|
|
"anchor_text_config": {
|
|
"mode": "default"
|
|
},
|
|
"validation_attempts": 3
|
|
}
|
|
],
|
|
"failure_config": {
|
|
"max_consecutive_failures": 5,
|
|
"skip_on_failure": true
|
|
},
|
|
"interlinking": {
|
|
"links_per_article_min": 2,
|
|
"links_per_article_max": 4,
|
|
"include_home_link": true
|
|
}
|
|
}
|
|
|