Class ChatModelResponseContext

java.lang.Object
dev.langchain4j.model.chat.listener.ChatModelResponseContext

public class ChatModelResponseContext extends Object
The response context. It contains ChatModelResponse, corresponding ChatModelRequest and attributes. The attributes can be used to pass data between methods of a ChatModelListener or between multiple ChatModelListeners.