Class ToolCallingProperties.Limits
java.lang.Object
org.springframework.ai.model.tool.autoconfigure.ToolCallingProperties.Limits
- Enclosing class:
- ToolCallingProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Integer@Nullable IntegervoidsetExcludedTools(List<String> excludedTools) voidsetMaxCallsPerTool(Map<String, Integer> maxCallsPerTool) voidsetMaxCallsPerToolDefault(@Nullable Integer maxCallsPerToolDefault) voidsetMaxTotalToolCalls(@Nullable Integer maxTotalToolCalls) voidsetOnLimitExceeded(ToolCallLimitBehavior onLimitExceeded)
-
Constructor Details
-
Limits
public Limits()
-
-
Method Details
-
getMaxCallsPerToolDefault
-
setMaxCallsPerToolDefault
-
getMaxCallsPerTool
-
setMaxCallsPerTool
-
getExcludedTools
-
setExcludedTools
-
getMaxTotalToolCalls
-
setMaxTotalToolCalls
-
getOnLimitExceeded
-
setOnLimitExceeded
-