feat: 기호 수 기반 프롬프트 라우팅 전략 적용#63
Merged
Merged
Conversation
- PromptRouter: 기호 1개 → sentence-single 프롬프트, 2개 이상 → 표준 프롬프트 - sentence-single: 행동 기호 없어도 의도 유추 허용 - WordSentenceGenerator: @value 직접 주입 대신 PromptRouter 사용 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
작업 내용
PromptRouter컴포넌트: 기호 1개 →sentence-single프롬프트, 2개 이상 → 표준 프롬프트sentence-single프롬프트 개선: 어린이 타겟, 카테고리별 기본 의도 가이드 추가WordSentenceGenerator:@Value직접 주입 대신PromptRouter사용변경 이유
1개 기호 입력 시 행동 기호 없이 의도 유추가 어려워 전용 프롬프트로 품질 향상
Closes #62