History
This commit is contained in:
@@ -35,7 +35,7 @@ public class ChatController {
|
||||
.build();
|
||||
}
|
||||
|
||||
String answer = ragService.answerQuestion(question);
|
||||
String answer = ragService.answerQuestion(question, request.getHistory());
|
||||
|
||||
return AskResponse.builder()
|
||||
.answer(answer).reply(answer).message(answer)
|
||||
|
||||
Reference in New Issue
Block a user