Skip to main content

Module matcher

Module matcher 

Source
Expand description

Voice command matching for approval handling.

Matches transcribed text against permission approval patterns and question answers.

Enums§

MatchResult
Result of matching a voice command against an approval context.

Functions§

match_permission_command
Matches a voice command against permission approval patterns.
match_question_answer
Matches a voice command against question options.
normalize
Normalizes text: lowercase, trim, strip trailing punctuation, collapse whitespace.