ai对话优化知识库选择
This commit is contained in:
@@ -28,5 +28,7 @@ public class ChatPrepareData implements Serializable {
|
||||
|
||||
@Schema(description = "用户类型(false=来客,true=员工)")
|
||||
private Boolean userType;
|
||||
|
||||
|
||||
@Schema(description = "服务名称")
|
||||
private String service;
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ public interface AgentChatService {
|
||||
* @param pageRequest 分页请求参数
|
||||
* @return 分页会话列表
|
||||
*/
|
||||
ResultDomain<PageDomain<TbChat>> getChatPage(PageRequest<TbChat> pageRequest);
|
||||
ResultDomain<TbChat> getChatPage(PageRequest<TbChat> pageRequest);
|
||||
|
||||
|
||||
// ====================== 智能体聊天管理 ======================
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
package org.xyzh.api.system.constance;
|
||||
|
||||
/**
|
||||
* 通过redis事件,实现数据库更新配置,更新其他服务的bean数据
|
||||
*/
|
||||
public class SysConfigRedisPrefix {
|
||||
public static final String SYS_CONFIG_DIFY="sys:config:dify";
|
||||
}
|
||||
Reference in New Issue
Block a user