@indra.ai/deva 1.1.123 → 1.1.124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.json +1 -0
- package/index.js +2 -2
- package/package.json +1 -1
package/config.json
CHANGED
package/index.js
CHANGED
|
@@ -687,8 +687,8 @@ class Deva {
|
|
|
687
687
|
this.talk(`${key}:ask`, packet);
|
|
688
688
|
this.once(`${key}:ask:${packet.id}`, answer => {
|
|
689
689
|
this.action('question_ask_answer');
|
|
690
|
-
|
|
691
|
-
this.talk(config.events.
|
|
690
|
+
|
|
691
|
+
this.talk(config.events.ask, this.copy(answer));
|
|
692
692
|
return this.finish(answer, resolve); // if:isAsk resolve the answer from the call
|
|
693
693
|
});
|
|
694
694
|
}
|