fluffychat/lib/pangea/choreographer/choreo_constants.dart
ggurdin 774432ef49
5825 remove unreferenced writing assistance code (#5826)
* chore: delete span details

* remove IT

* fix null check error

* more cleanup
2026-02-26 14:09:45 -05:00

6 lines
227 B
Dart

class ChoreoConstants {
static const int msBeforeIGCStart = 10000;
static const int maxLength = 1000;
static const String inputTransformTargetKey = 'input_text_field';
static const int defaultErrorBackoffSeconds = 5;
}