Skip to content

Config_Brain_Overrides

Keith Sterling edited this page Aug 18, 2017 · 8 revisions

Brain Configuration Overrides

  brain:
    overrides:
      allow_system_aiml: true
      allow_learn_aiml: true
      allow_learnf_aiml: true
Name Description Example Default
allow_system_aiml Allow the use of the 'system' tag, which can provide access to the underlying operating system [True|False] True
allow_learn_aiml Allow the use of the 'learn' tag, which can allow the bot to learn new facts [True|False] True
allow_learnf_aiml Allow the use of the 'learnf', which allows the bot to learn, but also for those learns to be written to the file system and therefore persist bot restart. [True|False] True
Clone this wiki locally