TASK:LLM;
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.ai.da.service;
|
||||
|
||||
import com.ai.da.common.response.PageBaseResponse;
|
||||
import com.ai.da.common.response.Response;
|
||||
import com.ai.da.mapper.primary.entity.Account;
|
||||
import com.ai.da.mapper.primary.entity.AccountExtend;
|
||||
import com.ai.da.mapper.primary.entity.ChatMessage;
|
||||
@@ -36,5 +37,5 @@ public interface LLMService {
|
||||
|
||||
List<String> uploadFile(MultipartFile file);
|
||||
|
||||
List<ChatMessage> getChatHistory(Long projectId);
|
||||
PageBaseResponse<ChatMessage> getChatHistory(ChatHistoryDTO chatHistoryDTO);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user