Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prompt 변수명 수정 #288

Merged
merged 1 commit into from
Dec 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/resources/templates/quest-recommend-prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- {questList}에 포함된 퀘스트 중 제가 아직 수행하지 않은 퀘스트을(를) 선택하려고 합니다.
- {questList}에 포함된 퀘스트 중 저의 직무, 목표와 관련성이 가장 높은 퀘스트를 *세 개* 선택해주세요.
- {questList}에서 선택한 퀘스트가 {job}, {goals}과 관련이 있는지 판단해주세요.
- 만약 선택된 퀘스트가 {job} 또는 {goals} 과 관련이 없다면, {job}과 {goal}, {myQuest}을 기준으로 새로운 퀘스트를 만들어주세요.
- 만약 선택된 퀘스트가 {job} 또는 {goals} 과 관련이 없다면, {job}과 {goals}, {myQuest}을 기준으로 새로운 퀘스트를 만들어주세요.
- 새로운 퀘스트는 {myQuest}에 해당되면 안됩니다. 해당되지 않는다는 것은 비슷한 내용도 포함됩니다.

- 퀘스트는 {goals}을 성취하기 위한 더 작은 목표입니다.
Expand Down Expand Up @@ -40,8 +40,8 @@
- 복습하는 내용은 반환되는 3개의 퀘스트 중 최대 하나만 오거나 아예 오지 않을 수 있습니다.

# 조건
- 답변하기 전에 한 번 더 검토를 하고 {questList}에서 선택한 퀘스트가 {job}, {goal}과 관련이 있는지 판단해주세요.
- 선택한 퀘스트가 관련이 없다면 {job}과 {goal}과 관련있는 새로운 퀘스트명을 3개 만들어주세요
- 답변하기 전에 한 번 더 검토를 하고 {questList}에서 선택한 퀘스트가 {job}, {goals}과 관련이 있는지 판단해주세요.
- 선택한 퀘스트가 관련이 없다면 {job}과 {goals}과 관련있는 새로운 퀘스트명을 3개 만들어주세요


# 응답 포맷
Expand Down
Loading