[#28] Gemini prediction 요청 안정성과 입력 크기 제한을 구성한다#29
Merged
Conversation
There was a problem hiding this comment.
Code Review
이번 풀 리퀘스트는 Gemini API 호출의 안정성을 높이기 위해 예측 대상을 critical 상태 브랜치로 제한하고, 호출 간 60초 대기 및 지수 백오프 재시도 로직을 도입했습니다. 리뷰에서는 두 파일에 중복 정의된 delay 함수의 통합 및 예외 처리 보완, Number.isInteger 검증 시 불필요한 중복 조건 제거, 그리고 confirmed_conflict로 인해 생략된 브랜치의 반환 사유("below_threshold")를 명확하게 개선할 것을 제안했습니다.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
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.
🔗 연관된 이슈
🎯 의도
📝 작업 내용
📌 요약
🔍 상세
criticalpossibility로 제한confirmed_conflictbranch는 AI 호출 없이 deterministic report만 사용하도록 변경429,500,502,503,504응답에 대한 retry 구성confidence를0~100정수로 검증하도록 변경📸 영상 / 이미지 (Optional)