feat(interview): 모르겠습니다/부연 요청 처리 (PR2)#80
Merged
Conversation
답변 의도를 분류해 분기. 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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
답변 의도를 분류해 분기. PR1의 n/m/k 흐름 위에 얹는다.
AI:
Core:
테스트: clarification 비카운트 + 기존 세션/AI 219 통과. (intent 는 내부 RabbitMQ 계약 → openapi 변화 없음)
변경 사항