feat(coach): AI 코칭 버튼 및 버블 팝업 대화형 조언 기능 구현

This commit is contained in:
Yun Chan 2026-08-18 22:15:19 +09:00
parent 8a34dd2afc
commit 70d7cb34a3
36 changed files with 4521 additions and 1264 deletions

View file

@ -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;
};