Package net.thevpc.naru.api.registry
Interface NaruToolCallContext
public interface NaruToolCallContext
-
Method Summary
Modifier and TypeMethodDescriptionnet.thevpc.nuts.util.NOptional<Object>net.thevpc.nuts.util.NOptional<Boolean>booleanArg(String name) net.thevpc.nuts.util.NOptional<Integer>net.thevpc.nuts.util.NOptional<Long>net.thevpc.nuts.util.NOptional<Number>net.thevpc.nuts.util.NOptional<String>task()
-
Method Details
-
arguments
-
task
NaruTask task() -
arg
-
stringArg
-
numberArg
-
intArg
-
longArg
-
booleanArg
-