Package net.thevpc.naru.ext.tools.llm
Class NaruHistoryDirective
java.lang.Object
net.thevpc.naru.api.registry.NaruDirectiveBase
net.thevpc.naru.ext.tools.llm.NaruHistoryDirective
- All Implemented Interfaces:
NaruDirective
-
Nested Class Summary
Nested classes/interfaces inherited from class net.thevpc.naru.api.registry.NaruDirectiveBase
NaruDirectiveBase.AbstractSubCommand, NaruDirectiveBase.SubCommand, NaruDirectiveBase.SubCommandHelp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteClear(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteDrop(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteList(NaruDirectiveCallContext context, boolean includeAll, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteTrim(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) Methods inherited from class net.thevpc.naru.api.registry.NaruDirectiveBase
addCandidates, execute, executeHelp, getAliases, getDescription, group, name, noCommand, noCommand, register, resolveCandidates, subCommand
-
Constructor Details
-
NaruHistoryDirective
public NaruHistoryDirective()
-
-
Method Details
-
executeList
public void executeList(NaruDirectiveCallContext context, boolean includeAll, net.thevpc.nuts.cmdline.NCmdLine cmdLine) -
executeClear
public void executeClear(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) -
executeDrop
-
executeTrim
-