mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
fix turn config injection
This commit is contained in:
@@ -310,7 +310,7 @@ class Cognigy extends Task {
|
|||||||
this.gatherTask = this._makeGatherTask({
|
this.gatherTask = this._makeGatherTask({
|
||||||
textPrompt: evt.data.text,
|
textPrompt: evt.data.text,
|
||||||
urlPrompt: evt.data.url,
|
urlPrompt: evt.data.url,
|
||||||
nextTurnConfig: evt.data.config && evt.data.config.nextTurn
|
turnConfig: evt.data.config && evt.data.config.nextTurn
|
||||||
});
|
});
|
||||||
try {
|
try {
|
||||||
this.gatherTask.exec(cs, ep, this);
|
this.gatherTask.exec(cs, ep, this);
|
||||||
|
|||||||
Reference in New Issue
Block a user