Uses of Class
dev.langchain4j.model.chat.listener.ChatModelRequest
Packages that use ChatModelRequest
-
Uses of ChatModelRequest in dev.langchain4j.model.bedrock.internal
Methods in dev.langchain4j.model.bedrock.internal that return ChatModelRequestModifier and TypeMethodDescriptionprotected ChatModelRequest
AbstractSharedBedrockChatModel.createModelListenerRequest
(software.amazon.awssdk.services.bedrockruntime.model.InvokeModelRequest invokeModelRequest, List<ChatMessage> messages, List<ToolSpecification> toolSpecifications) protected ChatModelRequest
AbstractSharedBedrockChatModel.createModelListenerRequest
(software.amazon.awssdk.services.bedrockruntime.model.InvokeModelWithResponseStreamRequest invokeModelRequest, List<ChatMessage> messages, List<ToolSpecification> toolSpecifications) Methods in dev.langchain4j.model.bedrock.internal with parameters of type ChatModelRequestModifier and TypeMethodDescriptionprotected void
AbstractSharedBedrockChatModel.listenerErrorResponse
(Throwable e, ChatModelRequest modelListenerRequest, Map<Object, Object> attributes) -
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()
Deprecated, for removal: This API element is subject to removal in a future version.ChatModelRequestContext.request()
Deprecated, for removal: This API element is subject to removal in a future version.please useChatModelRequestContext.chatRequest()
insteadChatModelResponseContext.request()
Deprecated, for removal: This API element is subject to removal in a future version.please useChatModelResponseContext.chatRequest()
insteadConstructors in dev.langchain4j.model.chat.listener with parameters of type ChatModelRequestModifierConstructorDescriptionChatModelErrorContext
(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)
insteadChatModelRequestContext
(ChatModelRequest request, Map<Object, Object> attributes) Deprecated, for removal: This API element is subject to removal in a future version.please useChatModelRequestContext(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
ChatModelErrorContext.chatRequest()
instead