Uses of Enum Class
org.springframework.ai.model.tool.ToolCallLimitBehavior
Packages that use ToolCallLimitBehavior
-
Uses of ToolCallLimitBehavior in org.springframework.ai.model.tool
Methods in org.springframework.ai.model.tool that return ToolCallLimitBehaviorModifier and TypeMethodDescriptionstatic ToolCallLimitBehaviorReturns the enum constant of this class with the specified name.static ToolCallLimitBehavior[]ToolCallLimitBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.model.tool with parameters of type ToolCallLimitBehaviorModifier and TypeMethodDescriptionDefaultToolCallingManager.Builder.onLimitExceeded(ToolCallLimitBehavior onLimitExceeded) What to do when a configured limit is exceeded.