Spaces:
Sleeping
Sleeping
File size: 1,034 Bytes
a532053 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
{
"target_audience": {
"linkedin_post": {
"format": "post",
"tone": "professional"
},
"whatsapp_message": {
"format": "chat",
"tone": "casual"
},
"tweet": {
"format": "tweet",
"tone": "straightforward"
},
"news_article": {
"format": "article",
"tone": "neutral"
},
"technical_blog": {
"format": "blog",
"tone": "professional"
},
"formal_email": {
"format": "email",
"tone": "professional"
},
"instagram_post": {
"format": "post",
"tone": "friendly"
},
"website_content": {
"format": "report",
"tone": "neutral"
},
"marketing_email": {
"format": "email",
"tone": "confident"
},
"job_application": {
"format": "email",
"tone": "professional"
},
"customer_support_response": {
"format": "chat",
"tone": "friendly"
}
}
} |