Uses of Enum Class
org.springframework.ai.model.tool.ToolCallLimitBehavior
Packages that use ToolCallLimitBehavior
Package
Description
-
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. -
Uses of ToolCallLimitBehavior in org.springframework.ai.model.tool.autoconfigure
Methods in org.springframework.ai.model.tool.autoconfigure that return ToolCallLimitBehaviorMethods in org.springframework.ai.model.tool.autoconfigure with parameters of type ToolCallLimitBehaviorModifier and TypeMethodDescriptionvoidToolCallingProperties.Limits.setOnLimitExceeded(ToolCallLimitBehavior onLimitExceeded)