Spaces:
Sleeping
Sleeping
File size: 1,160 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 |
{
"tone": {
"professional": {
"name": "Professional",
"description": "Formal and respectful, suited for workplace communication."
},
"casual": {
"name": "Casual",
"description": "Relaxed and conversational, suitable for informal interactions."
},
"straightforward": {
"name": "Straightforward",
"description": "Direct and concise, avoiding unnecessary details."
},
"confident": {
"name": "Confident",
"description": "Assertive and positive, showing conviction in the message."
},
"friendly": {
"name": "Friendly",
"description": "Warm and approachable, making the user feel comfortable."
},
"neutral": {
"name": "Neutral",
"description": "Objective and balanced, without bias or emotion."
},
"storytelling": {
"name": "Storytelling",
"description": "Narrative style, weaving details into a compelling story."
},
"inspirational": {
"name": "Inspirational",
"description": "Uplifting and encouraging, motivating the user."
}
}
} |