Uses of Record Class
ai.agentscentral.core.session.message.ToolInterruptParameter
Packages that use ToolInterruptParameter
-
Uses of ToolInterruptParameter in ai.agentscentral.core.session.message
Methods in ai.agentscentral.core.session.message that return types with arguments of type ToolInterruptParameterModifier and TypeMethodDescriptionToolInterruptPart.interruptParameters()Returns the value of theinterruptParametersrecord component.Constructor parameters in ai.agentscentral.core.session.message with type arguments of type ToolInterruptParameterModifierConstructorDescriptionToolInterruptPart(MessagePartType type, String toolCallId, String interruptName, String renderer, Map<String, Object> toolCallParameters, List<ToolInterruptParameter> interruptParameters) Creates an instance of aToolInterruptPartrecord class.