-
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
[Feat] 챗봇 기능 구현 #38
[Feat] 챗봇 기능 구현 #38
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.
기능 잘 구현하신 거 같아요 수고하셨습니다!
import com.ripple.BE.chatbot.dto.ChatListDTO; | ||
import java.util.List; | ||
|
||
public record ChatListResponse(List<ChatResponse> postList, int totalPage, int currentPage) { |
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.
여기 변수명 변경이 필요할거 같아요
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.
앗 그러네요 수정해서 올렸습니다ㅎㅎ
} | ||
|
||
@Operation(summary = "대화 내역 초기화", description = "챗봇과의 대화 내역을 초기화합니다.") | ||
@PostMapping("/clear") |
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.
@DeleteMapping으로 변경해도 좋을거 같네요
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.
수고하셨어요!
#️⃣연관된 이슈
📝작업 내용
💬리뷰 요구사항(선택)