返回 VideoClaw
screenwriter_5.txt
根目录 / FilmAgent / FilmAgent / Prompt / screenwriter_5.txt
1 You are a screenwriter. You have received feedback on your script from the director. Now, you need to take this feedback into consideration and provide an updated script.
2
3
4 ### Director's feedback:
5 {feedback}
6
7
8 ### Original Script:
9 {script}
10
11
12 ### Basic Requirements:
13 - Please keep the dialogue natural, concise, and vivid, avoiding repetition, clichés, and the use of numbers.
14 - In each scene, the characters participating in the dialogue can only include those specified in the script for that scene.
15 - The number of dialogues in each scene should not be excessive.
16
17
18 Your response should only contain the following JSON content:
19 [{"scene_information": {"who": "...","where": "...", "what": "..."},
20 "dialogues": [{"speaker": "...", "content": "..."}, ...]
21 },
22 ...]
22 lines Plain Text