Uses of Class
com.jackdaw.chatwithnpc.openaiapi.function.CustomFunction
Packages that use CustomFunction
-
Uses of CustomFunction in com.jackdaw.chatwithnpc.openaiapi.function
Methods in com.jackdaw.chatwithnpc.openaiapi.function with parameters of type CustomFunctionModifier and TypeMethodDescriptionstatic void
FunctionManager.registerFunction
(@NotNull String name, @NotNull CustomFunction function) Register a function that can be used by the NPC.