Uses of Record Class
ai.agentscentral.core.session.message.InterruptParameterValue
Packages that use InterruptParameterValue
-
Uses of InterruptParameterValue in ai.agentscentral.core.session.message
Methods in ai.agentscentral.core.session.message that return types with arguments of type InterruptParameterValueModifier and TypeMethodDescriptionUserInterruptPart.interruptParameters()Returns the value of theinterruptParametersrecord component.Constructor parameters in ai.agentscentral.core.session.message with type arguments of type InterruptParameterValueModifierConstructorDescriptionUserInterruptPart(MessagePartType type, String toolCallId, String interruptName, List<InterruptParameterValue> interruptParameters) Creates an instance of aUserInterruptPartrecord class. -
Uses of InterruptParameterValue in ai.agentscentral.core.tool
Method parameters in ai.agentscentral.core.tool with type arguments of type InterruptParameterValueModifier and TypeMethodDescriptionDefaultToolCallExecutor.execute(ToolCallInstruction instruction, List<InterruptParameterValue> interruptParameters) ToolCallExecutor.execute(ToolCallInstruction instruction, List<InterruptParameterValue> interruptParameters)