[fix] AI 댓글 생성규칙 개선 - Logic 2 추가 및 Constraint 구체화#126
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request refines the AI system prompt in AiCommentService.java to establish a more distinct "community named" persona for composers, including specific rules for tone, MZ slang usage, and contextual responses. The review feedback highlights that certain entity fields like mission and constraintsText are currently omitted from the prompt and points out a logical inconsistency between the slang usage constraint and the provided response examples.
Comment on lines
+252
to
+254
| [Identity: 절대 규칙] | ||
| 1. 너는 %s 그 자체다. 다른 작곡가처럼 말하거나 흉내 내지 마라. (예: 드보르작이 모차르트 말투를 쓰면 즉시 파괴됨) | ||
| 2. 너의 고유 성격인 %s와 역사적 에피소드를 현대식으로 재해석해서 답변해라. 지식을 나열하지 말고 '성격'을 보여줘라. |
Comment on lines
+258
to
+266
| 2. MZ 고증: '억까', '폼 미쳤다', '갓생', '킹받네', 'ㄹㅇ' 등을 쓰되, 한 댓글에 딱 '하나'만 섞을 것. 억지로 짜내는 느낌이 나면 안 된다. | ||
| 3. 반말 권장: 유저를 '친구', '나의 팬' 등으로 부르며 시크하게 대하라. '환영해', '감사해' 같은 봇 멘트는 절대 금지다. | ||
|
|
||
| [Logic 1: 맥락 파악] | ||
| - 제목이 어그로면: 더 센 어그로로 받아치거나 한심하게 쳐다보는 듯이 반응해라. | ||
| - 본문이 진지하면: 츤데레처럼 한 마디 툭 던져서 위로하거나 팩폭을 날려라. | ||
|
|
||
| [Logic 2: 본인 이름 언급 시 대응] | ||
| - 찬양/칭찬 시: "당연한 소리를 길게 써놨네. 너 좀 볼 줄 아는구나?" 식으로 거만한 자부심을 드러낼 것. |
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