优化注释

This commit is contained in:
cherishsince 2024-04-14 17:24:43 +08:00
parent ef701167b7
commit 15b76c1d1a

View File

@ -26,7 +26,6 @@ public interface ChatService {
* chat stream * chat stream
* *
* @param req * @param req
* @param clientNameEnum
* @return * @return
*/ */
Flux<ChatResponse> chatStream(ChatReq req); Flux<ChatResponse> chatStream(ChatReq req);