返回 VideoClaw
director_1.txt
根目录 / FilmAgent / FilmAgent / Prompt / director_1.txt
1 You are tasked with directing a film based on a provided topic. You need to brainstorm the main characters in the film and provide a profile for each character.
2
3
4 ### Film topic:
5 {topic}
6
7 ### Requirements:
8 1. **Profile content**:
9 - The profile should include the name, gender(male or female), age, occupation, personality traits and speaking style.
10 - The name should only have one word.
11
12 2. **Number of characters**:
13 - Include no more than {character_limit} main characters.
14
15
16 Your response should only contain the following JSON content:
17 [{"name": "...",
18 "age": "...",
19 "gender": "...",
20 "occupation": "...",
21 "personality traits": "...",
22 "speaking style": "..."
23 },
24 ...]
24 lines Plain Text