Uses of Class
dev.langchain4j.model.chat.response.PartialResponse
Packages that use PartialResponse
-
Uses of PartialResponse in dev.langchain4j.model.chat.response
Methods in dev.langchain4j.model.chat.response with parameters of type PartialResponseModifier and TypeMethodDescriptiondefault voidStreamingChatResponseHandler.onPartialResponse(PartialResponse partialResponse, PartialResponseContext context) Invoked each time the model generates a partial textual response, usually a single token.