Andrew commited on
Commit
f1c76dc
·
1 Parent(s): 4743f77

style(server): update default personas configuration order

Browse files
Files changed (1) hide show
  1. src/lib/server/defaultPersonas.ts +3 -3
src/lib/server/defaultPersonas.ts CHANGED
@@ -6,14 +6,14 @@ export const DEFAULT_PERSONAS: Omit<Persona, "createdAt" | "updatedAt">[] = [
6
  name: "Dr. Robert Zane",
7
  age: "46-55",
8
  gender: "Male",
 
 
 
9
  jobSector: "Healthcare Policy Scholar/Academic",
10
  stance: "In Favor of Medicare for All (M4A)",
11
  communicationStyle: "Principled, Philosophical, and Technical",
12
  goalInDebate:
13
  "To establish M4A as the only truly equitable solution; to highlight how the current system harms the vulnerable",
14
- incomeBracket: "Comfortable",
15
- politicalLeanings: "Liberal/Progressive",
16
- geographicContext: "Urban",
17
  isDefault: true,
18
  locked: true,
19
  archived: false,
 
6
  name: "Dr. Robert Zane",
7
  age: "46-55",
8
  gender: "Male",
9
+ incomeBracket: "Comfortable",
10
+ politicalLeanings: "Liberal/Progressive",
11
+ geographicContext: "Urban",
12
  jobSector: "Healthcare Policy Scholar/Academic",
13
  stance: "In Favor of Medicare for All (M4A)",
14
  communicationStyle: "Principled, Philosophical, and Technical",
15
  goalInDebate:
16
  "To establish M4A as the only truly equitable solution; to highlight how the current system harms the vulnerable",
 
 
 
17
  isDefault: true,
18
  locked: true,
19
  archived: false,