Examples for Jarvis Module Settings

From ModuleSettings.yaml (jarvis/ModuleSettings.schema)

---
data_flow: true
---
query_flow: false
rank: -1

---
query_flow: false
sorry_message:
  type: text
  text: im sorry

---
query_flow: false
sorry_message:
  - type: text
    text: im sorry
  - type: text
    text: im very sorry

---
data_flow: false
query_flow: true
stop_words: ["a", "for"]
blacklisted_queries: ["📞 Contact Directory", "📂 Clinical Trials", "📞 DigiHealth Direktori", "💊 Informasi Obat"]
rank: 1

---
{}


[Main Page] [Schema Documentation] [Raw Schema] [JSON Schema]