feat:调整可观测性监听器逻辑

This commit is contained in:
evo
2026-04-05 21:36:53 +08:00
parent d2005cfa48
commit 2f39fa0f53

View File

@@ -320,7 +320,6 @@ public class ChatServiceFacade implements IChatService {
// 7. 发起对话
StreamingChatModel streamingChatModel = chatService.buildStreamingChatModel(chatModelVo, chatRequest);
streamingChatModel.listeners().add(new MyChatModelListener());
streamingChatModel.chat(chatRequest.getContent(), combinedHandler);
}