Package net.thevpc.naru.ext.tools.tags
Class ToolTagAddTool
java.lang.Object
net.thevpc.naru.ext.tools.tags.ToolTagAddTool
- 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
-
ToolTagAddTool
public ToolTagAddTool()
-
-
Method Details
-
name
-
getDescription
- Specified by:
getDescriptionin interfaceNaruTool
-
tags
-
isRelevant
- Specified by:
isRelevantin interfaceNaruTool
-
getDefinition
- Specified by:
getDefinitionin interfaceNaruTool
-
execute
-