Uses of Enum Class
com.jackdaw.chatwithnpc.openaiapi.Request.Action
Packages that use Request.Action
-
Uses of Request.Action in com.jackdaw.chatwithnpc.openaiapi
Methods in com.jackdaw.chatwithnpc.openaiapi that return Request.ActionModifier and TypeMethodDescriptionstatic Request.Action
Returns the enum constant of this class with the specified name.static Request.Action[]
Request.Action.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 Request.ActionModifier and TypeMethodDescriptionstatic @NotNull String
Request.sendRequest
(@Nullable String requestJson, @NotNull String routing, @NotNull Map<String, String> headers, @NotNull Request.Action action) Send a request to the OpenAI API