Uses of Class
dev.langchain4j.model.bedrock.BedrockAnthropicContent
Packages that use BedrockAnthropicContent
-
Uses of BedrockAnthropicContent in dev.langchain4j.model.bedrock
Methods in dev.langchain4j.model.bedrock that return BedrockAnthropicContentMethods in dev.langchain4j.model.bedrock that return types with arguments of type BedrockAnthropicContentModifier and TypeMethodDescriptionBedrockAnthropicMessage.getContent()
Deprecated, for removal: This API element is subject to removal in a future version.BedrockAnthropicMessageChatModelResponse.getContent()
Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in dev.langchain4j.model.bedrock with type arguments of type BedrockAnthropicContentModifier and TypeMethodDescriptionvoid
BedrockAnthropicMessage.setContent
(List<BedrockAnthropicContent> content) Deprecated, for removal: This API element is subject to removal in a future version.void
BedrockAnthropicMessageChatModelResponse.setContent
(List<BedrockAnthropicContent> content) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in dev.langchain4j.model.bedrock with type arguments of type BedrockAnthropicContentModifierConstructorDescriptionBedrockAnthropicMessage
(String role, List<BedrockAnthropicContent> content) Deprecated, for removal: This API element is subject to removal in a future version.