adrien.aribaut-gaudin commited on
Commit
99a417e
·
1 Parent(s): 39434b5

example that should work

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -4,7 +4,7 @@ content_en_path_real = "data/Illumio_Core_REST_API_Developer_Guide_23.3.pdf"
4
  content_test = "Ilumio_chatbot/data/Test/Test_children.pdf"
5
 
6
 
7
- examples = {"Question about the rulesets?": "What is the URI to Get a Collection of Rulesets ?",
8
  }
9
 
10
 
 
4
  content_test = "Ilumio_chatbot/data/Test/Test_children.pdf"
5
 
6
 
7
+ examples = {"Question about the queries?": "Can u describe what are the Traffic Analysis Queries ?",
8
  }
9
 
10