Expand description
Fuzzy matching for session name suggestions.
Provides Levenshtein distance-based fuzzy matching, substring matching, and UUID prefix matching to suggest similar session names when a user mistypes a session identifier.
Structs§
- Suggestion
- A suggestion for a similar session name with its edit distance.
Functions§
- format_
suggestions - Format suggestions into a user-friendly help message.
- suggest_
sessions - Suggest sessions similar to the given query.