ai对话优化知识库选择

This commit is contained in:
2025-12-29 18:40:26 +08:00
parent a33720b9f6
commit 4b6cb726d2
14 changed files with 249 additions and 81 deletions

View File

@@ -28,5 +28,7 @@ public class ChatPrepareData implements Serializable {
@Schema(description = "用户类型false=来客true=员工)")
private Boolean userType;
@Schema(description = "服务名称")
private String service;
}

View File

@@ -48,7 +48,7 @@ public interface AgentChatService {
* @param pageRequest 分页请求参数
* @return 分页会话列表
*/
ResultDomain<PageDomain<TbChat>> getChatPage(PageRequest<TbChat> pageRequest);
ResultDomain<TbChat> getChatPage(PageRequest<TbChat> pageRequest);
// ====================== 智能体聊天管理 ======================