Skip to content

Commit ff6ff9f

Browse files
committed
Updated README.md file
1 parent 048d4bb commit ff6ff9f

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

README.md

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,43 @@
11
# Readme info:
22

3-
Version: 1.0.0 <br/>
3+
Version: 1.0.1 <br/>
44
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+
741

842
# Introduction
943

0 commit comments

Comments
 (0)