Package net.thevpc.naru.impl.registry
Class NaruToolCallContextImpl
java.lang.Object
net.thevpc.naru.impl.registry.NaruToolCallContextImpl
- All Implemented Interfaces:
NaruToolCallContext
-
Constructor Summary
Constructors -
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()
-
Constructor Details
-
NaruToolCallContextImpl
-
-
Method Details
-
arguments
- Specified by:
argumentsin interfaceNaruToolCallContext
-
task
- Specified by:
taskin interfaceNaruToolCallContext
-
arg
- Specified by:
argin interfaceNaruToolCallContext
-
stringArg
- Specified by:
stringArgin interfaceNaruToolCallContext
-
numberArg
- Specified by:
numberArgin interfaceNaruToolCallContext
-
intArg
- Specified by:
intArgin interfaceNaruToolCallContext
-
longArg
- Specified by:
longArgin interfaceNaruToolCallContext
-
booleanArg
- Specified by:
booleanArgin interfaceNaruToolCallContext
-