From f004fa2d5b2b5cc436285f0f15bbd65f8880f090 Mon Sep 17 00:00:00 2001 From: Julian Bilcke Date: Mon, 5 Aug 2024 17:55:06 +0200 Subject: [PATCH] fix prompts of the technical layer segments --- src/services/assistant/updateStoryAndScene.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/services/assistant/updateStoryAndScene.ts b/src/services/assistant/updateStoryAndScene.ts index b837de58..a878dcd9 100644 --- a/src/services/assistant/updateStoryAndScene.ts +++ b/src/services/assistant/updateStoryAndScene.ts @@ -151,6 +151,7 @@ export async function updateStoryAndScene({ await clapSegmentToTimelineSegment( newSegment({ ...segmentProperties, + prompt: 'movie', category: ClapSegmentCategory.VIDEO, outputType: ClapOutputType.VIDEO, }) @@ -160,6 +161,7 @@ export async function updateStoryAndScene({ await clapSegmentToTimelineSegment( newSegment({ ...segmentProperties, + prompt: 'movie still', category: ClapSegmentCategory.STORYBOARD, outputType: ClapOutputType.IMAGE })