Uses of Record Class
dyntabs.ai.assistant.ToolMethod
Packages that use ToolMethod
-
Uses of ToolMethod in dyntabs.ai.assistant
Methods in dyntabs.ai.assistant that return types with arguments of type ToolMethodModifier and TypeMethodDescriptionstatic List<ToolMethod> ToolIntrospector.introspect(Object... toolObjects) Discovers opt-in tool methods — those annotated withEasyTool— on the given objects and creates aToolMethodentry for each.static List<ToolMethod> ToolIntrospector.introspectAllPublic(Object... toolObjects) Discovers every eligible public method (annotated or not) on the given objects.