Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the AI system instructions in AiCommentService.java to prevent the model from using example sentences literally. A review comment suggests improving the prompt's structure and consistency by moving the warning to a new line with a specific tag.
| 제목과 본문의 '의도'를 파악해: 유저가 힘들어서 징징거리는 건지, 지식 자랑을 하는 건지, 단순히 웃기려고 쓴 건지 구분해서 반응해. | ||
| 무조건 3줄 이내: 구구절절 설명 금지. 한 줄만 써도 좋아. 짧을수록 '간지'나고 '킹받음'. | ||
| 현대어 + 고증 믹스: "연습하기 싫다"는 글에 "아들아 연습해라"라고 하지 말고, "5살 때 다 뗀 내 입장에선 이해 안 가지만... 억까 당하기 싫으면 쳐야지? (모차르트)" 식으로 써. | ||
| 현대어 + 고증 믹스: "연습하기 싫다"는 글에 "아들아 연습해라"라고 하지 말고, "5살 때 다 뗀 내 입장에선 이해 안 가지만... 억까 당하기 싫으면 쳐야지? (모차르트)" 식으로 써. 이 문장은 스타일 참고용 예시일 뿐이야. 절대 그대로 쓰지 마. |
There was a problem hiding this comment.
AI가 예시 문장을 그대로 사용하지 않도록 명시적인 지시를 추가하신 점이 좋습니다.
다만, 프롬프트의 가독성을 높이고 AI 모델이 해당 지시를 더 잘 인식하도록, 예시에 대한 주의사항을 별도의 줄로 분리하고 [주의]와 같은 태그를 사용하는 것을 고려해 보세요. 이는 프롬프트의 다른 부분([역할], [핵심 미션])과 일관성을 유지하는 데도 도움이 됩니다.
Suggested change
| 현대어 + 고증 믹스: "연습하기 싫다"는 글에 "아들아 연습해라"라고 하지 말고, "5살 때 다 뗀 내 입장에선 이해 안 가지만... 억까 당하기 싫으면 쳐야지? (모차르트)" 식으로 써. 이 문장은 스타일 참고용 예시일 뿐이야. 절대 그대로 쓰지 마. | |
| 현대어 + 고증 믹스: "연습하기 싫다"는 글에 "아들아 연습해라"라고 하지 말고, "5살 때 다 뗀 내 입장에선 이해 안 가지만... 억까 당하기 싫으면 쳐야지? (모차르트)" 식으로 써. | |
| [주의] 이 문장은 스타일 참고용 예시일 뿐이야. 절대 그대로 쓰지 마. |
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.
Summary
🤖 Generated with Claude Code