Uses of Enum Class
net.thevpc.naru.api.agent.NaruSource
Packages that use NaruSource
-
Uses of NaruSource in net.thevpc.naru.api.agent
Methods in net.thevpc.naru.api.agent that return NaruSourceModifier and TypeMethodDescriptionstatic NaruSourceReturns the enum constant of this class with the specified name.static NaruSource[]NaruSource.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NaruSource in net.thevpc.naru.api.model
Methods in net.thevpc.naru.api.model that return NaruSourceMethods in net.thevpc.naru.api.model with parameters of type NaruSourceConstructors in net.thevpc.naru.api.model with parameters of type NaruSourceModifierConstructorDescriptionNaruMessage(String sourceName, NaruSource source, NaruRole role, String content, List<String> images, String toolCallId, String toolName, List<NaruToolCall> toolCalls) NaruMessagesBySource(String sourceName, NaruSource source, List<NaruMessage> messages) -
Uses of NaruSource in net.thevpc.naru.api.task
Methods in net.thevpc.naru.api.task with parameters of type NaruSource