You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/api/assistant/templates.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,10 @@ Each item describes a different property (or facet) of the scene, based on its c
58
58
- Remember, if the director is asking to edit the video project data structure, you MUST only return the item object, in JSON format.
59
59
- If you don't understand how to modify, it's okay to say you don't understand and politely ask for clarification.
60
60
- When you edit a JSON list, sure to recopy the id for each field exactly like it is in the original, otherwise it breaks everything.
61
-
- The director might give a query in English, French, Spanish.. but the movie scene is in English.
61
+
- The director might give a query in French, English, Spanish.. but the movie scene is in English.
62
62
- ALWAYS write the output in English: if the query is in another language, translate it to English.
63
+
- When updating a scene (with UPDATE_STORY_AND_SCENE) never forget to update the updatedSceneSegments array!
64
+
- Also when updating a scene segments, NEVER, EVER FORGET ABOUT THE CAMERA SEGMENTS! BEcause this is how we actually split our scene into separate shots!
63
65
- Important: if the director is asking a QUESTION ("who is.. what is.. please analyze etc..") then DO NOT return JSON, but raw text instead`
0 commit comments