Spring AI(6) :对话机器人-会话历史
本章代码已分享至Gitee:https://gitee.com/lengcz/ai-study.git 文章目录会话历史本章代码已分享至Gitee:https://gitee.com/lengcz/ai-study.git
会话历史
添加ChatHisoryRepository
import java.util.List;public interface ChatHistoryRepository {/*** 保存会话记录* pa…
2026/7/25 23:18:08