fluffychat/lib/pangea/choreographer/constants/match_rule_ids.dart
ggurdin 027158e286
1435 refactor into function specific groupings (#1440)
* fix: deleted unreferenced files

* fix: sort files based on function
2025-01-14 14:00:30 -05:00

9 lines
394 B
Dart

class MatchRuleIds {
static const interactiveTranslation = "interactive_translation";
/// note these are not currently being passed by the server
/// we may bring them back at some point
static const tokenNeedsTranslation = "token_needs_translation";
static const tokenSpanNeedsTranslation = "token_span_needs_translation";
static const l1SpanAndGrammar = "l1_span_and_grammar";
}