Uses of Enum
com.intellijava.core.model.SupportedChatModels
Packages that use SupportedChatModels
-
Uses of SupportedChatModels in com.intellijava.core.function
Constructors in com.intellijava.core.function with parameters of type SupportedChatModelsModifierConstructorDescriptionChatbot(String keyValue, SupportedChatModels keyType) Constructor for the Chatbot class. -
Uses of SupportedChatModels in com.intellijava.core.model
Methods in com.intellijava.core.model that return SupportedChatModelsModifier and TypeMethodDescriptionstatic SupportedChatModelsReturns the enum constant of this type with the specified name.static SupportedChatModels[]SupportedChatModels.values()Returns an array containing the constants of this enum type, in the order they are declared.