You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
답변 의도를 분류해 분기. PR1의 n/m/k 흐름 위에 얹는다.
AI:
- generate.followup 응답에 answer_intent(NORMAL/DONT_KNOW/CLARIFICATION) 추가
(기존 호출 재활용). 프롬프트가 의도 분류 + CLARIFICATION 시 followup_question
에 "직전 질문을 쉽게 다시 설명한 문장"을 담도록 지시.
Core:
- QuestionsCallbackPayload.answerIntent 수신
- applyFollowup 분기:
- DONT_KNOW → 꼬리질문 건너뛰고 다음 일반질문으로(advanceToNextGeneral).
답변 평가는 기록(낮은 점수 의미 있음).
- CLARIFICATION → 같은 질문 재설명(clarification 메시지). 질문 수(k)·깊이(m)
미반영, 답변 평가 기록 안 함. role INTERVIEWER 라 컴포저는 다시 활성.
- NORMAL → 기존 꼬리질문.
- V13: interview_messages.clarification 컬럼. 깊이 계산에서 clarification 제외.
테스트: clarification 비카운트 + 기존 세션/AI 219 통과. (intent 는 내부
RabbitMQ 계약 → openapi 변화 없음)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments