@@ -159,6 +159,9 @@ export class RealDialogueAPI implements DialogueAPI {
credentials: 'include',
body: JSON.stringify({
topic: config.topic,
+ grade: config.grade,
+ vocabulary: config.vocabulary ?? [],
+ sentences: config.sentences ?? [],
totalRounds: config.totalRounds,
roleId: config.roleId,
}),