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