Skip to content

Commit

Permalink
Merge pull request #167 from JokerTrickster/improvement/166/recommend…
Browse files Browse the repository at this point in the history
…_api

{improvement} - 응답시 특수문자 제외 \n #166
  • Loading branch information
JokerTrickster authored Oct 2, 2024
2 parents 4fa1ba4 + 12ebc28 commit 9be2491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/features/food/usecase/recommendFoodUseCase.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func (d *RecommendFoodUseCase) Recommend(c context.Context, e entity.RecommendFo
genai.Text("반드시 음식 이름 1개만 추천해줘야 되며, 요리법, 재료, 가게 이름 등으로 대답해주면 안된다."),
genai.Text("예를들면 오늘 친구와 같이 점심에 매운 음식 이름을 추천받고 싶다면 대답으로 닭갈비 라고 하면 된다."),
genai.Text("응답을 해줄때 음식 이름인지 한번 더 확인 후 대답해줘"),
genai.Text("음식 이름을 응답해줄 때 이모티콘,특수문자(*&^$@~!@...) 등을 포함해서 대답해주면 안된다."),
genai.Text("지금부터 질문할게 대답해줘"),
genai.Text(question),
)
Expand Down
1 change: 1 addition & 0 deletions src/features/food/usecase/selectFoodUseCase.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func (d *SelectFoodUseCase) Select(c context.Context, e entity.SelectFoodEntity)
genai.Text("사람들에게 재미요소로 알려줄려고 한다."),
genai.Text("최대 글자는 300글자 이내로 답변해주고 건강적으로 사주를 봐줘"),
genai.Text("예를 들면 2024년 9월 3일 김치찌개와 궁합 \n 날짜와 궁합에 대해서 설명..."),
genai.Text("응답을 해줄 때 특수문자을 넣어서 응답해주면 안된다."),
genai.Text("지금부터 질문할게"),
genai.Text(question),
)
Expand Down

0 comments on commit 9be2491

Please sign in to comment.