add more logs

This commit is contained in:
akirilyuk
2022-02-02 15:15:30 +01:00
parent 83c015c839
commit da35449c16

View File

@@ -177,6 +177,7 @@ class Cognigy extends Task {
}
_makeGatherTask({textPrompt, urlPrompt, turnConfig} = {}) {
this.logger.debug({textPrompt, urlPrompt, turnConfig}, "_makeGatherTask");
const config = this.config.makeGatherTaskConfig({textPrompt, urlPrompt, turnConfig});
const {retry, ...rest} = config;
this.retry = retry;