Package com.unfbx.chatgpt.plugin
Class PluginAbstract<R extends PluginParam,T>
- java.lang.Object
-
- com.unfbx.chatgpt.plugin.PluginAbstract<R,T>
-
public abstract class PluginAbstract<R extends PluginParam,T> extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPluginAbstract.Arg
-
Constructor Summary
Constructors Constructor Description PluginAbstract(Class<?> r)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Stringcontent(T t)abstract Tfunc(R args)voidsetArgs(List<PluginAbstract.Arg> args)voidsetRequired(List<String> required)
-