Uses of Interface
ai.agentscentral.core.tool.InterruptParameter
Packages that use InterruptParameter
-
Uses of InterruptParameter in ai.agentscentral.core.tool
Classes in ai.agentscentral.core.tool that implement InterruptParameterModifier and TypeClassDescriptionfinal recordArrayInterruptParameterfinal recordCollectionInterruptParameterfinal recordEnumInterruptParameterfinal recordTypedInterruptParameterMethods in ai.agentscentral.core.tool that return types with arguments of type InterruptParameterModifier and TypeMethodDescriptionToolCall.interruptParameters()Returns the value of theinterruptParametersrecord component.ToolInterrupt.parameters()Returns the value of theparametersrecord component.Constructor parameters in ai.agentscentral.core.tool with type arguments of type InterruptParameterModifierConstructorDescriptionToolInterrupt(String name, String renderer, List<InterruptParameter> parameters) Creates an instance of aToolInterruptrecord class.