mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
add test utterance
This commit is contained in:
@@ -168,7 +168,7 @@ class Cognigy extends Task {
|
||||
this.logger.info({}, "TEST FROM ALEX")
|
||||
this.logger.info({prompts: this.prompts}, 'Cognigy:_onBotFinalPing');
|
||||
if (this.prompts.length) {
|
||||
const text = this.prompts.join('.');
|
||||
const text = "test test test test test".concat(this.prompts.join('.'));
|
||||
if (text && !this.killed) {
|
||||
this.gatherTask = this._makeGatherTask({textPrompt: text});
|
||||
this.gatherTask.exec(cs, ep, this)
|
||||
|
||||
Reference in New Issue
Block a user