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 7d786c1 commit 6265ba0Copy full SHA for 6265ba0
src/btree.scm
@@ -75,7 +75,7 @@
75
76
; Work-around to circular dependency: define `dispatch-text` at the
77
; top level of the guile executation environment.
78
-;(define-public (dispatch-text txt)
+(define-public (dispatch-text txt)
79
"
80
dispatch-text TEXT
81
@@ -85,10 +85,12 @@
85
; Must run in a new thread, else it deadlocks in python,
86
; since the text processing results in python calls.
87
; (lambda () (process-query "luser" (cog-name txt)))
88
-; (lambda () (grounded-talk "luser" (cog-name txt)))
+ ; (lambda () (grounded-talk "luser" (cog-name txt)))
89
+ ; XXX Need to ... auuh load the chatbot...
90
+; (lambda () (chat txt))
91
; )
-; (stv 1 1)
-;)
92
+ (stv 1 1)
93
+)
94
95
; ---------------------------------------------------------
96
0 commit comments