ToolNotFoundProperties

data class ToolNotFoundProperties(val maxRetries: Int = 3, val minFuzzyLength: Int = 3)

Properties for tool-not-found auto-correction behavior.

Constructors

Link copied to clipboard
constructor(maxRetries: Int = 3, minFuzzyLength: Int = 3)

Properties

Link copied to clipboard
val maxRetries: Int = 3

Maximum consecutive tool-not-found retries before throwing

Link copied to clipboard

Minimum tool name length for fuzzy matching