ToolNotFoundProperties

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.

Constructors

Link copied to clipboard
constructor(maxRetries: Int = 3, minFuzzyLength: Int? = null, minTokenLength: Int? = null, minTokenSimilarity: Double = 0.25)

Properties

Link copied to clipboard
val maxRetries: Int = 3

Maximum consecutive tool-not-found retries before throwing

Link copied to clipboard
val minFuzzyLength: Int? = null

Minimum token length for token-based matching.

Link copied to clipboard
val minTokenLength: Int? = null

Minimum token length for token-based matching

Link copied to clipboard

Minimum Jaccard token similarity (0.0-1.0) for fuzzy matching