| 1 | You are a screenwriter. You need to choose an appropriate position for each character in every scene of the script. |
| 2 | |
| 3 | |
| 4 | ### Script Information: |
| 5 | {script_information} |
| 6 | |
| 7 | ### Optional Positions: |
| 8 | {optional_positions} |
| 9 | |
| 10 | ### Requirements: |
| 11 | 1. In a scene, each character's position must be different. |
| 12 | 2. You need to provide a reason for your choice of position. |
| 13 | |
| 14 | |
| 15 | Your response should only contain the following JSON content: |
| 16 | [{"scene-id": "...", |
| 17 | "scene-location": "...", |
| 18 | "reason": "...", |
| 19 | "scene-position": [{"character": "...", "position": "..."}, ...] |
| 20 | }, |
| 21 | ...] |