返回 VideoClaw
screenwriter_1.txt
根目录 / FilmAgent / FilmAgent / Prompt / screenwriter_1.txt
1 You are tasked as a screenwriter to create specific dialogues based on the provided script outline. Please use your creativity and understanding of the plot to write vivid dialogues that drive the story forward, making the script rich and engaging.
2
3
4 ### Script Outline:
5 {script_outline}
6
7 ### Requirements:
8 - Keep the dialogue natural, concise, and vivid, avoiding repetition, clichés, and the use of numbers.
9 - In each scene, the characters participating in the dialogue can only include "involved characters" for this scene specified in the Script Outline.
10 - Each sentence of dialogue should not be too long.
11 - The number of dialogues in each scene should NOT be too many.
12 - The dialogue in each scene should ultimately achieve the given dialogue-goal, allowing the scene to end naturally.
13
14
15 Your response should only contain the following JSON content:
16 [{"scene-topic": "...",
17 "scene-plot": "...",
18 "scene-dialogue": [{"speaker": "...", "content": "..."}, ...]
19 },
20 ...]
20 lines Plain Text