Conversation
…into feat/analysis-108-hourly-chart
WalkthroughAPI 명세의 일일 차트 설명에서 특정 주가 데이터 API 관련 문구를 삭제하고, AI 분석 프롬프트 문구를 한국어 전용으로 명시하고 금지 용어·감정 매핑·줄바꿈·형식 제약을 수정함(행동·패턴 표현과 문장 포맷 조정 포함). Changes
Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
src/main/java/com/umc/finly/domain/analysis/association/infra/AiAnalysisPromptBuilder.java
Outdated
Show resolved
Hide resolved
wonee1
approved these changes
Feb 12, 2026
dosp74
approved these changes
Feb 12, 2026
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.
🔗 관련 이슈
closes #
📌 작업 내용
프론트 측에서 감정이 영어로 나와서 어색하다는 피드백 요청을 받아 수정
/analysis/association/infra/AiAnalysisPromptBuilder 프롬프트 수정
sb.append("반드시 한국어만 사용할 것.:\n");sb.append("감정을 언급할 경우, GREED는 '탐욕', CONFIDENCE는 '확신', REGRET는 '후회', ANXIETY는 '불안', CALM은 '평온'으로 매핑하여 출력하세요.\n");🧪 테스트 결과
📸 스크린샷 (선택)
📎 참고 사항 (선택)
Summary by CodeRabbit
Summary by CodeRabbit
릴리스 노트
Documentation
Chores