Uses of Class
dev.langchain4j.model.chat.listener.ChatModelRequest
Packages that use ChatModelRequest
-
Uses of ChatModelRequest in dev.langchain4j.model.chat.listener
Methods in dev.langchain4j.model.chat.listener that return ChatModelRequestModifier and TypeMethodDescriptionChatModelRequest.ChatModelRequestBuilder.build()ChatModelErrorContext.request()ChatModelRequestContext.request()ChatModelResponseContext.request()Constructors in dev.langchain4j.model.chat.listener with parameters of type ChatModelRequestModifierConstructorDescriptionChatModelErrorContext(Throwable error, ChatModelRequest request, ChatModelResponse partialResponse, Map<Object, Object> attributes) ChatModelRequestContext(ChatModelRequest request, Map<Object, Object> attributes) ChatModelResponseContext(ChatModelResponse response, ChatModelRequest request, Map<Object, Object> attributes)