Package net.thevpc.naru.ext.tools.llm
Class NaruModelDirective
java.lang.Object
net.thevpc.naru.api.registry.NaruDirectiveBase
net.thevpc.naru.ext.tools.llm.NaruModelDirective
- 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 TypeMethodDescriptionvoidexecuteList(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteListAlias(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteSetAlias(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteSetByNumber(NaruDirectiveCallContext context, int nbr) voidexecuteUnsetAlias(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) voidexecuteUpdateAlias(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
-
NaruModelDirective
public NaruModelDirective()
-
-
Method Details
-
executeList
-
executeSetByNumber
-
executeListAlias
public void executeListAlias(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) -
executeSetAlias
public void executeSetAlias(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) -
executeUpdateAlias
public void executeUpdateAlias(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine) -
executeUnsetAlias
public void executeUnsetAlias(NaruDirectiveCallContext context, net.thevpc.nuts.cmdline.NCmdLine cmdLine)
-