compressed property

String get compressed

Short token-compressed label used in the telegraphic system prompt.

Implementation

String get compressed => switch (this) {
      ResponseTone.formal    => 'formal',
      ResponseTone.casual    => 'casual',
      ResponseTone.friendly  => 'friendly',
      ResponseTone.concise   => 'concise',
      ResponseTone.detailed  => 'detailed',
    };