Uses of Enum Class
com.jackdaw.chatwithnpc.openaiapi.Assistant.Do
Packages that use Assistant.Do
-
Uses of Assistant.Do in com.jackdaw.chatwithnpc.openaiapi
Methods in com.jackdaw.chatwithnpc.openaiapi that return Assistant.DoModifier and TypeMethodDescriptionstatic Assistant.Do
Returns the enum constant of this class with the specified name.static Assistant.Do[]
Assistant.Do.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jackdaw.chatwithnpc.openaiapi with parameters of type Assistant.DoModifier and TypeMethodDescriptionprivate static @NotNull String
Assistant.assistantRequest
(@NotNull NPCEntity npc, Assistant.Do what)