feat(coach): AI 코칭 버튼 및 버블 팝업 대화형 조언 기능 구현
This commit is contained in:
parent
8a34dd2afc
commit
70d7cb34a3
36 changed files with 4521 additions and 1264 deletions
|
|
@ -6108,6 +6108,8 @@ export interface components {
|
|||
client_reply?: string | null;
|
||||
/** Learner Text */
|
||||
learner_text: string;
|
||||
/** Question */
|
||||
question?: string | null;
|
||||
/** Turn Seq */
|
||||
turn_seq?: number | null;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue