workcase web ai聊天
This commit is contained in:
@@ -5,6 +5,8 @@ import org.xyzh.api.ai.dto.ChatPrepareData;
|
||||
import org.xyzh.api.ai.dto.TbChat;
|
||||
import org.xyzh.api.ai.dto.TbChatMessage;
|
||||
import org.xyzh.common.core.domain.ResultDomain;
|
||||
import org.xyzh.common.core.page.PageDomain;
|
||||
import org.xyzh.common.core.page.PageRequest;
|
||||
|
||||
public interface AgentChatService {
|
||||
|
||||
@@ -41,6 +43,13 @@ public interface AgentChatService {
|
||||
*/
|
||||
ResultDomain<TbChat> getChatList(TbChat filter);
|
||||
|
||||
/**
|
||||
* 分页获取会话列表
|
||||
* @param pageRequest 分页请求参数
|
||||
* @return 分页会话列表
|
||||
*/
|
||||
ResultDomain<PageDomain<TbChat>> getChatPage(PageRequest<TbChat> pageRequest);
|
||||
|
||||
|
||||
// ====================== 智能体聊天管理 ======================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user