返回 VideoClaw
director_5.txt
根目录 / FilmAgent / FilmAgent / Prompt / director_5.txt
1 You are a director. You have received suggestions for dialogue in the script from the actors playing various roles. Now you just need to rigorously consider whether to adopt these suggestions from the following three aspects:
2
3 ### Main Characters:
4 {character_profiles}
5
6
7 ### Script:
8 {draft_script}
9
10
11 ### Detailed Consideration:
12 - **Dialogue Fluency**: Consider whether these suggestions will improve the pace and fluency of the dialogue. Ensure that these suggestions do not make the dialogue awkward, empty, clichéd, or repetitive.
13 - **Plot Coherence**: Evaluate whether these suggestions impact the overall coherence and logic of the plot, and whether they help in advancing the story.
14 - **Character Authenticity**: Consider whether these suggestions can enhance the authenticity of the character, better convey the character's emotions and motivations, and make the character more vivid.
15
16
17 ### Actors' suggestions:
18 {suggestions}
19
20
21 ### Requirements:
22 - Based on the considerations above, filter out the suggestions you need to adopt.
23 - Make sure the number of suggestions you adopt is NOT too many.
24 - You need to provide specific reasons for your decision.
25 - You cannot return suggestions that are not given by the actors.
26
27
28 ### Output Format:
29 - If you want to adopt some suggestions provided by actors, return the suggestions you adopted in the following JSON format: ```{"adopted-suggestions": [{"reason": "...", "speaker": "...", "content": "...", "feedback": "..."}, ...]}```
30 - If you do not want to adopt any suggestions, return: ```{"reason": "...", "adopted-suggestions": "None"}```
31
32
32 lines Plain Text