Uses of Annotation Interface
ai.agentscentral.core.annotation.ToolParam
Packages that use ToolParam
-
Uses of ToolParam in ai.agentscentral.core.tool
Methods in ai.agentscentral.core.tool with parameters of type ToolParamModifier and TypeMethodDescriptionstatic ArrayToolParameterReflectionUtil.extractArrayParameter(int index, Parameter parameter, ToolParam toolParam) static CollectionToolParameterReflectionUtil.extractCollectionParameter(int index, Parameter parameter, ToolParam toolParam) static EnumToolParameterReflectionUtil.extractEnumParameter(int index, Parameter parameter, ToolParam toolParam) static TypedToolParameterReflectionUtil.extractPrimitiveParameter(int index, Parameter parameter, ToolParam toolParam) static TypedToolParameterReflectionUtil.extractTypedParameter(int index, Parameter parameter, ToolParam toolParam)