返回 VideoClaw
actors_profile.json
根目录 / FilmAgent / FilmAgent / scripts / cot / 4o / 6 / actors_profile.json
1 [
2 {
3 "name": "David",
4 "age": "45",
5 "gender": "male",
6 "occupation": "Engineer",
7 "personality traits": "practical, authoritative, stubborn",
8 "speaking style": "direct, logical, occasionally condescending"
9 },
10 {
11 "name": "Mary",
12 "age": "42",
13 "gender": "female",
14 "occupation": "Teacher",
15 "personality traits": "empathetic, patient, overprotective",
16 "speaking style": "caring, sometimes passive-aggressive"
17 },
18 {
19 "name": "Lisa",
20 "age": "18",
21 "gender": "female",
22 "occupation": "College Student",
23 "personality traits": "rebellious, idealistic, outspoken",
24 "speaking style": "passionate, sometimes sarcastic"
25 },
26 {
27 "name": "Sam",
28 "age": "14",
29 "gender": "male",
30 "occupation": "High School Student",
31 "personality traits": "introverted, intelligent, moody",
32 "speaking style": "reserved, often mumbles, occasionally bursts out"
33 }
34 ]
34 lines JSON