|
|
@@ -212,9 +212,11 @@ async function startDialogue() {
|
|
|
const api = createDialogueApi(props.mode)
|
|
|
const info = await api.createSession({
|
|
|
topic: speakingStore.config.topic || props.topic,
|
|
|
+ grade: speakingStore.config.grade,
|
|
|
totalRounds: speakingStore.config.practice.rounds ?? props.totalRounds,
|
|
|
roleId: mockRole.id,
|
|
|
vocabulary: speakingStore.config.learningGoals.vocabulary,
|
|
|
+ sentences: speakingStore.config.learningGoals.sentences,
|
|
|
})
|
|
|
preparedSession.value = {
|
|
|
sessionId: info.sessionId,
|