Class OpenAiStreamingResponseBuilder
java.lang.Object
dev.langchain4j.model.openai.OpenAiStreamingResponseBuilder
This class needs to be thread safe because it is called when a streaming result comes back
and there is no guarantee that this thread will be the same as the one that initiated the request,
in fact it almost certainly won't be.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidappend(ChatCompletionResponse partialResponse) voidappend(CompletionResponse partialResponse) voidappend(ParsedAndRawResponse<ChatCompletionResponse> parsedAndRawResponse) build()
- 
Constructor Details- 
OpenAiStreamingResponseBuilderpublic OpenAiStreamingResponseBuilder()
- 
OpenAiStreamingResponseBuilderpublic OpenAiStreamingResponseBuilder(boolean returnThinking) 
 
- 
- 
Method Details- 
append
- 
append
- 
append
- 
build
 
-