feat: rag-git的api

This commit is contained in:
2026-01-18 16:59:11 +08:00
parent e042e548f9
commit 24d189f945
4 changed files with 162 additions and 1 deletions

View File

@@ -31,4 +31,6 @@ public interface IRAGService {
ChatResponse generateStreamRag(String model, String ragTag, String message);
Response<String> analyzeGitRepository(String repoUrl, String userName, String token) throws Exception;
}