Uses of Class
dev.langchain4j.model.chat.response.PartialResponse
Packages that use PartialResponse
-
Uses of PartialResponse in dev.langchain4j.internal
Methods in dev.langchain4j.internal with parameters of type PartialResponseModifier and TypeMethodDescriptionvoidMappingTrackingStreamingChatResponseHandler.onPartialResponse(PartialResponse partialResponse, PartialResponseContext context) -
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.