| 1 | [ |
| 2 | { |
| 3 | "name": "Alex", |
| 4 | "age": "45", |
| 5 | "gender": "female", |
| 6 | "occupation": "Chief Financial Officer", |
| 7 | "personality traits": "Analytical, cautious, detail-oriented", |
| 8 | "speaking style": "Formal, precise, measured" |
| 9 | }, |
| 10 | { |
| 11 | "name": "Mark", |
| 12 | "age": "50", |
| 13 | "gender": "male", |
| 14 | "occupation": "Chief Executive Officer", |
| 15 | "personality traits": "Ambitious, charismatic, risk-taker", |
| 16 | "speaking style": "Persuasive, energetic, confident" |
| 17 | }, |
| 18 | { |
| 19 | "name": "Sara", |
| 20 | "age": "30", |
| 21 | "gender": "female", |
| 22 | "occupation": "Marketing Manager", |
| 23 | "personality traits": "Innovative, optimistic, enthusiastic", |
| 24 | "speaking style": "Upbeat, creative, informal" |
| 25 | }, |
| 26 | { |
| 27 | "name": "Tom", |
| 28 | "age": "55", |
| 29 | "gender": "male", |
| 30 | "occupation": "Senior Analyst", |
| 31 | "personality traits": "Experienced, skeptical, pragmatic", |
| 32 | "speaking style": "Direct, blunt, no-nonsense" |
| 33 | } |
| 34 | ] |