|
@@ -50,6 +50,7 @@ export interface LearningGoals {
|
|
|
// 话题讨论配置
|
|
// 话题讨论配置
|
|
|
export interface TopicDiscussionConfig {
|
|
export interface TopicDiscussionConfig {
|
|
|
topic: string
|
|
topic: string
|
|
|
|
|
+ grade: string
|
|
|
selectedRole: string
|
|
selectedRole: string
|
|
|
learningGoals: LearningGoals
|
|
learningGoals: LearningGoals
|
|
|
practice: PracticeSettings
|
|
practice: PracticeSettings
|
|
@@ -239,6 +240,7 @@ export type SSEEvent =
|
|
|
// 对话会话配置
|
|
// 对话会话配置
|
|
|
export interface SessionConfig {
|
|
export interface SessionConfig {
|
|
|
topic: string
|
|
topic: string
|
|
|
|
|
+ grade: string
|
|
|
roleId: string
|
|
roleId: string
|
|
|
totalRounds: number
|
|
totalRounds: number
|
|
|
vocabulary?: string[]
|
|
vocabulary?: string[]
|