SourceLens value

Fields

FieldTypeDescription
titlestringrequired
urlstringrequired
snippetstringrequired

Neighborhood

%%{init: {'theme':'base','themeVariables':{'darkMode':true,'background':'#0b1220','primaryColor':'#1e2a3a','primaryTextColor':'#cbd5e1','primaryBorderColor':'#4a7fa5','lineColor':'#64748b','secondaryColor':'#1a2535','tertiaryColor':'#0f1826','fontSize':'13px'}}}%%
erDiagram
  CouncilTurn["▭ CouncilTurn"] {
    string councilId PK ""
    int ordinal PK ""
    enum kind "enum"
    enum stance "enum"
    int round "req"
    string wizardId "req"
    _ plus "+5 more"
  }
  SourceLens["⬭ SourceLens"] {
    string title "req"
    string url "req"
    string snippet "req"
  }
  WizardOutput["⬭ WizardOutput"] {
    enum stance "enum"
    string takeMarkdown "req"
    string oneLineSummary "req"
    float confidence "req"
    string keyClaims "req"
  }
  WizardUserPayload["⬭ WizardUserPayload"] {
    string question "req"
    boolean hasPrior "req"
    boolean hasSources "req"
  }
  SourceLens ||--o{ CouncilTurn : "citations"
  SourceLens ||--o{ WizardOutput : "citations"
  SourceLens ||--o{ WizardUserPayload : "sources"
  CouncilTurn:::c_CouncilTurn
  classDef c_CouncilTurn fill:#14342b,stroke:#3b5170,color:#cbd5e1
  SourceLens:::c_SourceLens
  classDef c_SourceLens fill:#14342b,stroke:#60a5fa,color:#cbd5e1,stroke-dasharray:5 3
  WizardOutput:::c_WizardOutput
  classDef c_WizardOutput 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 CouncilTurn WizardOutput WizardUserPayload
meta-source-lens.yaml