添加 Copilot 聊天流式响应接口及测试

This commit is contained in:
2026-03-24 11:22:00 +08:00
parent 21dd393aee
commit c184610035
6 changed files with 141 additions and 24 deletions
+1
View File
@@ -60,6 +60,7 @@ class AuditMiddleware(BaseHTTPMiddleware):
"/meta/projects",
"/api/v1/openproject/",
"/openproject/",
"/api/v1/copilot/chat/",
}
async def dispatch(self, request: Request, call_next: Callable) -> Response: