fluffychat/lib/pangea/choreographer/igc/match_rule_id_model.dart
2025-11-06 12:08:20 -05:00

9 lines
398 B
Dart

class MatchRuleIdModel {
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";
}