-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feature/116] 챗봇 API 연결 #122
Conversation
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.
👍 수고하셨습니다!
다만 우려되는 점은 Chatbot Client를 통해 api 호출시에 발생할 수 있는 에러에 대한 처리가 부족해 이후에 유지 보수시 어려움이 생길 수 있을 것 같다는 느낌을 받았는데, 따로 처리할 만한 예외 상황이 없는 것일까요?
data class Response( | ||
val answer1: String = "", | ||
val answer2: String = "", | ||
val score: Int = 0, |
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.
❓ answer1, 2와 score의 의미가 무엇인가요?
api 호출 시 별도의 예외 상황이 없었고, 우선적으로 기능을 구현하는데 집중했기 때문에 별다른 처리를 하지 않았는데 다시 점검해보고 발생할만한 예외 상황이 있다면 추가해놓도록 하겠습니다..!! |
Type of change
PR Desciption
PR Log
새롭게 배운 것
관련 이슈