Uses of Class
dev.langchain4j.model.chat.listener.ChatModelResponseContext
Packages that use ChatModelResponseContext
-
Uses of ChatModelResponseContext in dev.langchain4j.model.chat.listener
Methods in dev.langchain4j.model.chat.listener with parameters of type ChatModelResponseContextModifier and TypeMethodDescriptiondefault void
ChatModelListener.onResponse
(ChatModelResponseContext responseContext) This method is called after the response is received from the model.