We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b1e53 commit 4812c49Copy full SHA for 4812c49
RAWDATA/MONGO/simplecontrol.top
@@ -1,18 +1,18 @@
1
2
3
4
-outputmacro: postgres() # you get harry by default
+outputmacro: mongo() # you get harry by default
5
$cs_token = #DO_INTERJECTION_SPLITTING | #DO_SUBSTITUTE_SYSTEM | #DO_NUMBER_MERGE | #DO_DATE_MERGE | #DO_PROPERNAME_MERGE | #DO_SPELLCHECK | #DO_PARSE
6
^addtopic(~introductions)
7
$cs_control_main = ~control
8
$userprompt = ^"%user: >"
9
-$botprompt = ^"POSTGRES: "
+$botprompt = ^"MONGODB: "
10
11
12
table: defaultbot (^name)
13
^createfact(^name defaultbot defaultbot)
14
DATA:
15
-postgres
+mongo
16
17
topic: ~control system ()
18
@@ -88,4 +88,4 @@ u: () # main per-sentence processing
88
{
89
^repeat()
90
I don't know what to say.
91
- }
+ }
0 commit comments