Merged
Conversation
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.
전달받은 sttMessage와 관련 없는 문장을 추천해주는 문제를 수정하였습니다.
AI에게 "현재 상황과 맞는 즐겨찾기 문장 좀 골라줘" ,"이제 아까 고른 거 빼고 나머지 문장들을 새로 만들어줘"
라고 두 질문을 하기때문에 응답시간이 느려지기 때문에
AI에게 참고 정보를 제공하고 즐겨찾기를 먼저 고려한 뒤, 최종 추천 문장 4개를 한 번에 만들어달라고 단 한 번의 질문을 하도록
한 개의 함수로 변경하였습니다.