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 class
class
Fields in com.jackdaw.chatwithnpc.openaiapi.function with type parameters of type CustomFunctionModifier and TypeFieldDescriptionprivate static final Map<String,
CustomFunction> FunctionManager.functionRegistry
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.