Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 680 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 680 Bytes

Project IRIS Knowledge Bases

Overview

This repository is used to store knowledge base JSON files for IRISchatbot. They serve as a personality for the chat bots.

Knowledge Bases

Knowledge Base JSON File

To create a new knowledgebase, create a new JSON file and enter the below contents.

{
  "notfound_error": null,
  "iris_thank": null,
  "prompts": []
}

notfound_error When no close match is found and the user is prompted to provide a response.

iris_thank When a new response is prompted, she thanks the user.

prompts The main knowledge base used for getting responses

28 March 2024

N34R