|
@@ -49,7 +49,7 @@ public class ChatController {
|
|
}
|
|
}
|
|
|
|
|
|
@Operation(summary = "保存历史对话")
|
|
@Operation(summary = "保存历史对话")
|
|
- @PostMapping("/getHistory")
|
|
|
|
|
|
+ @PostMapping("/saveHistory")
|
|
public String saveHistory() {
|
|
public String saveHistory() {
|
|
return chatService.saveDialog();
|
|
return chatService.saveDialog();
|
|
}
|
|
}
|