Uses of Class
dev.langchain4j.model.chat.listener.ChatModelResponse
Packages that use ChatModelResponse
-
Uses of ChatModelResponse in dev.langchain4j.model.bedrock.internal
Methods in dev.langchain4j.model.bedrock.internal that return ChatModelResponseModifier and TypeMethodDescriptionprotected ChatModelResponse
AbstractSharedBedrockChatModel.createModelListenerResponse
(String responseId, String responseModel, Response<AiMessage> response) -
Uses of ChatModelResponse in dev.langchain4j.model.chat.listener
Methods in dev.langchain4j.model.chat.listener that return ChatModelResponseModifier and TypeMethodDescriptionChatModelResponse.ChatModelResponseBuilder.build()
ChatModelErrorContext.partialResponse()
Deprecated, for removal: This API element is subject to removal in a future version.Partial response will not be available in future versions to simplify the design and implementation.ChatModelResponseContext.response()
Deprecated, for removal: This API element is subject to removal in a future version.please useChatModelResponseContext.chatResponse()
insteadConstructors in dev.langchain4j.model.chat.listener with parameters of type ChatModelResponseModifierConstructorDescriptionChatModelErrorContext
(Throwable error, ChatModelRequest request, ChatModelResponse partialResponse, Map<Object, Object> attributes) Deprecated, for removal: This API element is subject to removal in a future version.please useChatModelErrorContext(Throwable, ChatRequest, Map)
insteadChatModelResponseContext
(ChatModelResponse response, ChatModelRequest request, Map<Object, Object> attributes) Deprecated, for removal: This API element is subject to removal in a future version.please useChatModelResponseContext(ChatResponse, ChatRequest, Map)
instead