Uses of Class
dev.langchain4j.model.chat.listener.ChatModelResponse
Packages that use ChatModelResponse
-
Uses of ChatModelResponse in dev.langchain4j.model.chat.listener
Methods in dev.langchain4j.model.chat.listener that return ChatModelResponseModifier and TypeMethodDescriptionChatModelErrorContext.partialResponse()ChatModelResponseContext.response()Constructors in dev.langchain4j.model.chat.listener with parameters of type ChatModelResponseModifierConstructorDescriptionChatModelErrorContext(Throwable error, ChatModelRequest request, ChatModelResponse partialResponse, Map<Object, Object> attributes) ChatModelResponseContext(ChatModelResponse response, ChatModelRequest request, Map<Object, Object> attributes)