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 })