|
|
@@ -353,6 +353,12 @@ async function startDialogue() {
|
|
|
userId: isStudentRuntime.value ? runtimeUserId.value : null,
|
|
|
mode: isVideoSceneMode.value ? 'video_scene' : 'normal',
|
|
|
selectedVideo: selectedVideo.value ?? undefined,
|
|
|
+ systemPrompt: isVideoSceneMode.value
|
|
|
+ ? speakingStore.config.videoScene.systemPrompt
|
|
|
+ : speakingStore.config.nonVideoScene.systemPrompt,
|
|
|
+ greeting: isVideoSceneMode.value
|
|
|
+ ? speakingStore.config.videoScene.greeting
|
|
|
+ : speakingStore.config.nonVideoScene.greeting,
|
|
|
})
|
|
|
preparedSession.value = {
|
|
|
sessionId: info.sessionId,
|