File tree Expand file tree Collapse file tree 1 file changed +37
-3
lines changed Expand file tree Collapse file tree 1 file changed +37
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Readme info:
2
2
3
- Version: 1.0.0 <br />
3
+ Version: 1.0.1 <br />
4
4
Authors: Keith Sterling <br />
5
- Date: 1st October 2017 <br />
6
- NEWS: Version 1.0.0 Released
5
+ Date: 13th October 2017 <br />
6
+ NEWS: Version 1.1.0 Released
7
+
8
+ # WHATS NEW IN 1.1
9
+
10
+ 1 ) CSV Output.
11
+
12
+ By specifying the following config options, Program-Y can now output errors, duplicates and conversation in csv format
13
+
14
+ files:
15
+ aiml:
16
+ errors:
17
+ file: /tmp/y-bot_errors.csv
18
+ format: csv
19
+ encoding: utf-8
20
+ delete_on_start: true
21
+ duplicates:
22
+ file: /tmp/y-bot_duplicates.csv
23
+ format: csv
24
+ encoding: utf-8
25
+ delete_on_start: true
26
+ conversation:
27
+ file: /tmp/y-bot-conversation.csv
28
+ format: csv
29
+ delete_on_start: true
30
+
31
+ 2 ) Default Variables
32
+
33
+ New config option properties which will load a set of default property values into each new conversation as it is initiated.
34
+ New conversations are defined by a unique clientid
35
+
36
+ files:
37
+ aiml:
38
+ properties: $BOT_ROOT/config/properties.txt
39
+
40
+
7
41
8
42
# Introduction
9
43
You can’t perform that action at this time.
0 commit comments