Uses of Enum Class
com.alibaba.cloud.ai.graph.agent.hook.JumpTo
Packages that use JumpTo
Package
Description
-
Uses of JumpTo in com.alibaba.cloud.ai.graph.agent.hook
Methods in com.alibaba.cloud.ai.graph.agent.hook that return JumpToModifier and TypeMethodDescriptionstatic JumpToJumpTo.fromString(String value) Converts a string to a JumpTo enum instance.static JumpToJumpTo.fromStringOrNull(String value) Converts a string to a JumpTo enum instance, returning null if the value is null or invalid.static JumpToReturns the enum constant of this class with the specified name.static JumpTo[]JumpTo.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.alibaba.cloud.ai.graph.agent.hook that return types with arguments of type JumpTo -
Uses of JumpTo in com.alibaba.cloud.ai.graph.agent.hook.hip
Methods in com.alibaba.cloud.ai.graph.agent.hook.hip that return types with arguments of type JumpTo -
Uses of JumpTo in com.alibaba.cloud.ai.graph.agent.hook.messages
Constructors in com.alibaba.cloud.ai.graph.agent.hook.messages with parameters of type JumpToModifierConstructorDescriptionAgentCommand(JumpTo jumpTo, List<org.springframework.ai.chat.messages.Message> messages) AgentCommand(JumpTo jumpTo, List<org.springframework.ai.chat.messages.Message> messages, UpdatePolicy updatePolicy) -
Uses of JumpTo in com.alibaba.cloud.ai.graph.agent.hook.modelcalllimit
Methods in com.alibaba.cloud.ai.graph.agent.hook.modelcalllimit that return types with arguments of type JumpTo -
Uses of JumpTo in com.alibaba.cloud.ai.graph.agent.hook.pii
Methods in com.alibaba.cloud.ai.graph.agent.hook.pii that return types with arguments of type JumpTo -
Uses of JumpTo in com.alibaba.cloud.ai.graph.agent.hook.summarization
Methods in com.alibaba.cloud.ai.graph.agent.hook.summarization that return types with arguments of type JumpTo -
Uses of JumpTo in com.alibaba.cloud.ai.graph.agent.hook.toolcalllimit
Methods in com.alibaba.cloud.ai.graph.agent.hook.toolcalllimit that return types with arguments of type JumpTo