Tool Not Found Properties
data class ToolNotFoundProperties(val maxRetries: Int = 3, val minFuzzyLength: Int? = null, val minTokenLength: Int? = null, val minTokenSimilarity: Double = 0.25)
Properties for tool-not-found auto-correction behavior.
Properties
Link copied to clipboard
Maximum consecutive tool-not-found retries before throwing
Link copied to clipboard
Minimum token length for token-based matching.
Link copied to clipboard
Minimum token length for token-based matching
Link copied to clipboard
Minimum Jaccard token similarity (0.0-1.0) for fuzzy matching