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);
|
||||
|
||||
|
||||
// ====================== 智能体聊天管理 ======================
|
||||
|
||||
Reference in New Issue
Block a user