Skip to content

Commit 78cbb77

Browse files
committed
feat: LLM설명 구체화
1 parent c3a0482 commit 78cbb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/Capstone/FOSSistant/global/service/llm/PromptBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public String buildPrompt(String title, String body, String readme, String struc
3232
"difficulty": "easy | medium | hard | misc",
3333
"highlightedBody": "중요한 문장 1개 이상 추출하기"(무조건 그대로 작성하세요, 다른 텍스트 포함하지 마세요, 영어본문이면 영어로 그대로 원문을 넣으세요),
3434
"description": "이슈 설명",
35-
"solution": "이슈 해결 방법(이스케이프 문자로 문단 나누기 필요, 마크다운으로 강조)",
35+
"solution": "이슈 해결 방법(레포지터리바탕으로 어떻게 해결할 것인지 구체적으로 해결책을 주세요 ,이스케이프 문자로 문단 나누기 필요, 마크다운으로 강조)",
3636
"relatedLinks": "- [CONTRIBUTING.md](...)\n- [Issue Template](...)"
3737
}
3838
""",

0 commit comments

Comments
 (0)