-
Notifications
You must be signed in to change notification settings - Fork 0
루틴 다양화에 따른 프롬프트 다양화에 따른 엔드포인트 다양화 #15
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
Merged
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
1. 건강 관리 도우미 "살가이"임을 모든 프롬프트 처음에 둠 2. 당신신 -> 당신으로 오타 수정
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
|
@kth0910 아래 내용 해결 부탁드립니다.
|
process_check_meal (and similar process functions) expect a string input but are receiving an AIInput object. Consider using data.input_text instead. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Member
Author
|
@haruharo101 수정완료 |
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.
📌 Related Issue
없음
🚀 Description
기존 하나의 엔드포인트(/api/inference)로 진행되던 요청을
/api/inference/check_meal
/api/inference/induce_medicine
/api/inference/taking_medicine_time
/api/inference/check_medicine
으로 세분화, 그에 맞게 파싱 코드 수정(기존 코드였던 check_medicine 엔드포인트의 경우 그대로 동작)
📸 Screenshot
없음
📢 Notes
없음