questionDrivenModes constant

Set<String> const questionDrivenModes

Chat modes that use search-based retrieval (FTS or semantic).

Implementation

static const Set<String> questionDrivenModes = {
  'socratic',
  'quiz',
  'code_review',
  'practice',
  'confused_student',
  'explain',
};