返回 VideoClaw
actors_profile.json
根目录 / FilmAgent / FilmAgent / scripts / cot / o1 / 4 / actors_profile.json
1 [
2 {
3 "name": "Alex",
4 "age": "45",
5 "gender": "male",
6 "occupation": "Chief Security Officer",
7 "personality traits": "Analytical, decisive, stoic",
8 "speaking style": "Direct and concise"
9 },
10 {
11 "name": "Maya",
12 "age": "38",
13 "gender": "female",
14 "occupation": "Head of IT",
15 "personality traits": "Intelligent, cautious, detail-oriented",
16 "speaking style": "Technical and precise"
17 },
18 {
19 "name": "Blake",
20 "age": "50",
21 "gender": "male",
22 "occupation": "CEO",
23 "personality traits": "Charismatic, authoritative, impatient",
24 "speaking style": "Assertive and commanding"
25 },
26 {
27 "name": "Zoe",
28 "age": "32",
29 "gender": "female",
30 "occupation": "Cybersecurity Analyst",
31 "personality traits": "Quick-thinking, resourceful, anxious",
32 "speaking style": "Rapid and sometimes hesitant"
33 }
34 ]
34 lines JSON