Skip to content

feat(interview): 모르겠습니다/부연 요청 처리 (PR2)#80

Merged
i3months merged 1 commit into
devfrom
feature/interview-intent
Jun 3, 2026
Merged

feat(interview): 모르겠습니다/부연 요청 처리 (PR2)#80
i3months merged 1 commit into
devfrom
feature/interview-intent

Conversation

@i3months

@i3months i3months commented Jun 3, 2026

Copy link
Copy Markdown
Member

답변 의도를 분류해 분기. 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 변화 없음)

변경 사항

답변 의도를 분류해 분기. 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>
@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stackup Ready Ready Preview, Comment Jun 3, 2026 11:34am

@i3months i3months merged commit c756efc into dev Jun 3, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant