Uses of Record Class
com.viglet.turing.genai.tool.TurNativeToolService.NativeToolDescriptor
Packages that use TurNativeToolService.NativeToolDescriptor
-
Uses of TurNativeToolService.NativeToolDescriptor in com.viglet.turing.genai.tool
Methods in com.viglet.turing.genai.tool that return types with arguments of type TurNativeToolService.NativeToolDescriptorModifier and TypeMethodDescriptionTurNativeToolService.getAllTools()Returns a flat list of all native tool descriptors.TurNativeToolService.NativeToolGroup.tools()Returns the value of thetoolsrecord component.Constructor parameters in com.viglet.turing.genai.tool with type arguments of type TurNativeToolService.NativeToolDescriptorModifierConstructorDescriptionNativeToolGroup(String id, String title, List<TurNativeToolService.NativeToolDescriptor> tools) Creates an instance of aNativeToolGrouprecord class.