Uses of Class
com.composum.ai.backend.base.service.chat.GPTConfiguration.Mode
-
Packages that use GPTConfiguration.Mode Package Description com.composum.ai.backend.base.service.chat -
-
Uses of GPTConfiguration.Mode in com.composum.ai.backend.base.service.chat
Methods in com.composum.ai.backend.base.service.chat that return GPTConfiguration.Mode Modifier and Type Method Description GPTConfiguration.Mode
GPTConfiguration. getMode()
static GPTConfiguration.Mode
GPTConfiguration.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GPTConfiguration.Mode[]
GPTConfiguration.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.composum.ai.backend.base.service.chat with parameters of type GPTConfiguration.Mode Constructor Description GPTConfiguration(String apiKey, String organizationId, GPTConfiguration.AnswerType answerType, String additionalInstructions, GPTConfiguration.Mode mode)
GPTConfiguration(String apiKey, String organizationId, GPTConfiguration.AnswerType answerType, String additionalInstructions, GPTConfiguration.Mode mode, Boolean highIntelligenceNeeded)
GPTConfiguration(String apiKey, String organizationId, GPTConfiguration.AnswerType answerType, String additionalInstructions, GPTConfiguration.Mode mode, Boolean highIntelligenceNeeded, Boolean debug)
-