WizardUserPayload value

Fields

FieldTypeDescription
questionstringrequired
prior[]object⊃ TurnLens
hasPriorbooleanrequired
sources[]object⊃ SourceLens
hasSourcesbooleanrequired

Neighborhood

%%{init: {'theme':'base','themeVariables':{'darkMode':true,'background':'#0b1220','primaryColor':'#1e2a3a','primaryTextColor':'#cbd5e1','primaryBorderColor':'#4a7fa5','lineColor':'#64748b','secondaryColor':'#1a2535','tertiaryColor':'#0f1826','fontSize':'13px'}}}%%
erDiagram
  SourceLens["⬭ SourceLens"] {
    string title "req"
    string url "req"
    string snippet "req"
  }
  TurnLens["⬭ TurnLens"] {
    enum stance "enum"
    string wizardId "req"
    string wizardName "req"
    string takeMarkdown "req"
    string oneLineSummary "req"
    float confidence "req"
  }
  WizardUserPayload["⬭ WizardUserPayload"] {
    string question "req"
    boolean hasPrior "req"
    boolean hasSources "req"
  }
  SourceLens ||--o{ WizardUserPayload : "sources"
  TurnLens ||--o{ WizardUserPayload : "prior"
  SourceLens:::c_SourceLens
  classDef c_SourceLens fill:#14342b,stroke:#3b5170,color:#cbd5e1,stroke-dasharray:5 3
  TurnLens:::c_TurnLens
  classDef c_TurnLens fill:#14342b,stroke:#3b5170,color:#cbd5e1,stroke-dasharray:5 3
  WizardUserPayload:::c_WizardUserPayload
  classDef c_WizardUserPayload fill:#14342b,stroke:#60a5fa,color:#cbd5e1,stroke-dasharray:5 3
entity · value object · view (ER boxes: dashed = value, dotted = view)
referenced by brikUser dominoUser fabulaUser grumbelUser lorekeeperUser nixUser ozzimandiasUser pibUser tallyUser vexilUser
meta-wizard-user-payload.yaml