TASK:collection sort;
This commit is contained in:
@@ -38,4 +38,6 @@ public interface LLMService {
|
||||
List<String> uploadFile(MultipartFile file);
|
||||
|
||||
PageBaseResponse<ChatMessage> getChatHistory(ChatHistoryDTO chatHistoryDTO);
|
||||
|
||||
SseEmitter streamNew(String prompt, Long projectId, String fileUrl, List<String> imageUrlList, String token, Boolean enableThinking, String process);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user