返回 VideoClaw
actors_profile.json
根目录 / FilmAgent / FilmAgent / scripts / cot / 4o / 9 / actors_profile.json
1 [
2 {
3 "name": "John",
4 "age": "45",
5 "gender": "male",
6 "occupation": "Engineer",
7 "personality traits": "logical, stubborn, caring",
8 "speaking style": "direct, methodical, sometimes harsh"
9 },
10 {
11 "name": "Sara",
12 "age": "43",
13 "gender": "female",
14 "occupation": "Teacher",
15 "personality traits": "empathetic, patient, strong-willed",
16 "speaking style": "calm, nurturing, persuasive"
17 },
18 {
19 "name": "Mia",
20 "age": "19",
21 "gender": "female",
22 "occupation": "College Student",
23 "personality traits": "passionate, rebellious, sensitive",
24 "speaking style": "emotional, rapid, sometimes defiant"
25 },
26 {
27 "name": "Tom",
28 "age": "16",
29 "gender": "male",
30 "occupation": "High School Student",
31 "personality traits": "quiet, observant, thoughtful",
32 "speaking style": "soft-spoken, reflective, analytical"
33 }
34 ]
34 lines JSON