Package net.thevpc.naru.ext.tools.tags
Class ToolTagRemoveTool
java.lang.Object
net.thevpc.naru.ext.tools.tags.ToolTagRemoveTool
- All Implemented Interfaces:
NaruTool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(NaruToolCallContext context) getDefinition(NaruTask task) getDescription(NaruTask task) booleanisRelevant(NaruTask task) name()tags()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.thevpc.naru.api.registry.NaruTool
acceptMode
-
Constructor Details
-
ToolTagRemoveTool
public ToolTagRemoveTool()
-
-
Method Details
-
name
-
getDescription
- Specified by:
getDescriptionin interfaceNaruTool
-
tags
-
isRelevant
- Specified by:
isRelevantin interfaceNaruTool
-
getDefinition
- Specified by:
getDefinitionin interfaceNaruTool
-
execute
-