Uses of Enum Class
dev.langchain4j.model.openai.internal.chat.ContentType
Packages that use ContentType
-
Uses of ContentType in dev.langchain4j.model.openai.internal.chat
Subclasses with type arguments of type ContentType in dev.langchain4j.model.openai.internal.chatMethods in dev.langchain4j.model.openai.internal.chat that return ContentTypeModifier and TypeMethodDescriptionContent.type()static ContentTypeReturns the enum constant of this class with the specified name.static ContentType[]ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.openai.internal.chat with parameters of type ContentType