#601 AI 힌트 5단계 구조 도입 및 단계별 중복 방지 로직 추가#620
Merged
Merged
Conversation
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.
Changelog
AI 조교 힌트 생성 로직을 5단계 구조(문제 구조 인식 → 핵심 조건 포착 → 상태/변수 정의 → 점화식/전이 아이디어 → 실수 방지 포인트)로 재설계했습니다. 각 단계별로 서로 다른 수준의 정보만 제공하도록 제한하여 기존에 발생하던 유사 힌트 반복 문제를 개선했습니다.
Testing
각 단계에서 이전 힌트와 겹치지 않고 점진적으로 구체화되도록 설계하였습니다. 동일 문제에 대해 5단계까지 요청했을 때, 문제 접근 → 조건 해석 → 상태 정의 → 전이 → 예외 처리 순으로 자연스럽게 이어지는 것으로 설계하였습니다.
Ops Impact
N/A
Version Compatibility
N/A