Conversation
si-zero
reviewed
Mar 17, 2026
Contributor
si-zero
left a comment
There was a problem hiding this comment.
AI 검수 프롬프트는 한국어 특성상 중의적 표현처럼 애매하게 작성할 수가 있어서 나중에 고도화해보는 것도 좋아보입니다.
재시도 횟수와 대기 시간은 적절하게 엄청 잘해주신 것 같습니다. 고생하셨습니다!
| } catch (Exception e) { | ||
| lastException = e; | ||
| if (attempt < MAX_ATTEMPTS) { | ||
| try { Thread.sleep(2000); } catch (InterruptedException ie) { |
Contributor
There was a problem hiding this comment.
요친구도 상수화 해서 관리하면 좋을 것 같아요!
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.
● ## #️⃣ 연관된 이슈
📝 작업 내용
✨ Feat
GptModerationService.javaPerspectiveService.javaPOST /perspectives/{id}/moderation/retry)PerspectiveController.java,PerspectiveService.javaMODERATION_FAILED상태 추가PerspectiveStatus.javaPERSPECTIVE_MODERATION_NOT_FAILED에러 코드 추가ErrorCode.java@EnableAsync설정 추가AsyncConfig.javaapi-key,url,model)application.ymlPerspective.java♻️ Refactor
🐛 Fix
📌 공유 사항
✅ 체크리스트
📸 스크린샷
수정 시 아래와 같습니다.
올바른 관점 수정



욕설 관점



생성 시 아래와 같습니다.
올바른 관점 생성



욕설 관점 생성



💬 리뷰 요구사항
로 진행 중입니다.