Class OpenAiOfficialResponsesStreamingChatModel
java.lang.Object
dev.langchain4j.model.openaiofficial.OpenAiOfficialResponsesStreamingChatModel
- All Implemented Interfaces:
StreamingChatModel
@Experimental
public class OpenAiOfficialResponsesStreamingChatModel
extends Object
implements StreamingChatModel
StreamingChatModel implementation using the official OpenAI Java client for the Responses API.
-
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
-