Uses of Annotation Interface
ai.agentscentral.core.annotation.InterruptParam
Packages that use InterruptParam
-
Uses of InterruptParam in ai.agentscentral.core.tool
Methods in ai.agentscentral.core.tool with parameters of type InterruptParamModifier and TypeMethodDescriptionstatic ArrayInterruptParameterReflectionUtil.extractArrayParameter(int index, Parameter parameter, InterruptParam interruptParam) static CollectionInterruptParameterReflectionUtil.extractCollectionParameter(int index, Parameter parameter, InterruptParam interruptParam) static EnumInterruptParameterReflectionUtil.extractEnumParameter(int index, Parameter parameter, InterruptParam interruptParam) static TypedInterruptParameterReflectionUtil.extractPrimitiveParameter(int index, Parameter parameter, InterruptParam interruptParam) static TypedInterruptParameterReflectionUtil.extractTypedParameter(int index, Parameter parameter, InterruptParam interruptParam)