Class OpenAiResponsesStreamingChatModel
java.lang.Object
dev.langchain4j.model.openai.OpenAiResponsesStreamingChatModel
- All Implemented Interfaces:
StreamingChatModel
@Experimental
public class OpenAiResponsesStreamingChatModel
extends Object
implements StreamingChatModel
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()voiddoChat(ChatRequest chatRequest, StreamingChatResponseHandler handler) provider()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface StreamingChatModel
chat, chat, chat, supportedCapabilities
-
Method Details
-
builder
-
doChat
- Specified by:
doChatin interfaceStreamingChatModel
-
defaultRequestParameters
- Specified by:
defaultRequestParametersin interfaceStreamingChatModel
-
listeners
- Specified by:
listenersin interfaceStreamingChatModel
-
provider
- Specified by:
providerin interfaceStreamingChatModel
-