TASK:collection sort;

This commit is contained in:
shahaibo
2025-06-02 16:19:41 +08:00
parent f0b1d3f9ce
commit becdbf1891
4 changed files with 175 additions and 100 deletions

View File

@@ -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);
}