TurnLens value

Fields

FieldTypeDescription
wizardIdstringrequired ≤32
wizardNamestringrequired ≤128
stanceenumrequired enum
supportsopposescomplicatesreframesabstains
takeMarkdownstringrequired
oneLineSummarystringrequired ≤140
confidencefloatrequired min=0 max=1

Neighborhood

%%{init: {'theme':'base','themeVariables':{'darkMode':true,'background':'#0b1220','primaryColor':'#1e2a3a','primaryTextColor':'#cbd5e1','primaryBorderColor':'#4a7fa5','lineColor':'#64748b','secondaryColor':'#1a2535','tertiaryColor':'#0f1826','fontSize':'13px'}}}%%
erDiagram
  TurnLens["⬭ TurnLens"] {
    enum stance "enum"
    string wizardId "req"
    string wizardName "req"
    string takeMarkdown "req"
    string oneLineSummary "req"
    float confidence "req"
  }
  VerdictUserPayload["⬭ VerdictUserPayload"] {
    string question "req"
  }
  WizardUserPayload["⬭ WizardUserPayload"] {
    string question "req"
    boolean hasPrior "req"
    boolean hasSources "req"
  }
  TurnLens ||--o{ VerdictUserPayload : "prior"
  TurnLens ||--o{ WizardUserPayload : "prior"
  TurnLens:::c_TurnLens
  classDef c_TurnLens fill:#14342b,stroke:#60a5fa,color:#cbd5e1,stroke-dasharray:5 3
  VerdictUserPayload:::c_VerdictUserPayload
  classDef c_VerdictUserPayload fill:#14342b,stroke:#3b5170,color:#cbd5e1,stroke-dasharray:5 3
  WizardUserPayload:::c_WizardUserPayload
  classDef c_WizardUserPayload fill:#14342b,stroke:#3b5170,color:#cbd5e1,stroke-dasharray:5 3
entity · value object · view (ER boxes: dashed = value, dotted = view)
referenced by VerdictUserPayload WizardUserPayload
meta-turn-lens.yaml