Uses of Class
net.thevpc.naru.api.model.NaruToolCall
Packages that use NaruToolCall
-
Uses of NaruToolCall in net.thevpc.naru.api.model
Methods in net.thevpc.naru.api.model that return NaruToolCallModifier and TypeMethodDescriptionprotected NaruToolCallNaruToolCall.clone()NaruToolCall.copy()Methods in net.thevpc.naru.api.model that return types with arguments of type NaruToolCallMethod parameters in net.thevpc.naru.api.model with type arguments of type NaruToolCallModifier and TypeMethodDescriptionstatic NaruMessageNaruMessage.assistantWithToolCalls(String content, List<NaruToolCall> calls) voidNaruMessage.setToolCalls(List<NaruToolCall> toolCalls) -
Uses of NaruToolCall in net.thevpc.naru.api.registry
Methods in net.thevpc.naru.api.registry with parameters of type NaruToolCall