Auto Correction Policy
class AutoCorrectionPolicy(maxRetries: Int = DEFAULT_MAX_RETRIES, minFuzzyLength: Int = DEFAULT_MIN_FUZZY_LENGTH) : ToolNotFoundPolicy
Feeds the error back to the LLM with a fuzzy-match suggestion, allowing it to self-correct. Matches tool names using case-insensitive containment (either direction). Throws ToolNotFoundException after maxRetries consecutive failures.