Uses of Class
com.jackdaw.chatwithnpc.openaiapi.function.CustomFunction
Packages that use CustomFunction
-
Uses of CustomFunction in com.jackdaw.chatwithnpc.openaiapi.function
Subclasses of CustomFunction in com.jackdaw.chatwithnpc.openaiapi.functionModifier and TypeClassDescriptionprivate static classclassFields in com.jackdaw.chatwithnpc.openaiapi.function with type parameters of type CustomFunctionModifier and TypeFieldDescriptionprivate static final Map<String,CustomFunction> FunctionManager.functionRegistryMethods in com.jackdaw.chatwithnpc.openaiapi.function with parameters of type CustomFunctionModifier and TypeMethodDescriptionstatic voidFunctionManager.registerFunction(@NotNull String name, @NotNull CustomFunction function) Register a function that can be used by the NPC.