Package com.unfbx.chatgpt.sse
Class DefaultPluginListener
- java.lang.Object
-
- okhttp3.sse.EventSourceListener
-
- com.unfbx.chatgpt.sse.PluginListener
-
- com.unfbx.chatgpt.sse.DefaultPluginListener
-
public class DefaultPluginListener extends PluginListener
描述: 插件开发返回信息收集sse监听器- Author:
- https:www.unfbx.com 2023-08-18
-
-
Constructor Summary
Constructors Constructor Description DefaultPluginListener(OpenAiStreamClient client, okhttp3.sse.EventSourceListener eventSourceListener, PluginAbstract plugin, ChatCompletion chatCompletion)
-
-
-
Constructor Detail
-
DefaultPluginListener
public DefaultPluginListener(OpenAiStreamClient client, okhttp3.sse.EventSourceListener eventSourceListener, PluginAbstract plugin, ChatCompletion chatCompletion)
-
-