mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
add more logs
This commit is contained in:
@@ -177,6 +177,7 @@ class Cognigy extends Task {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_makeGatherTask({textPrompt, urlPrompt, turnConfig} = {}) {
|
_makeGatherTask({textPrompt, urlPrompt, turnConfig} = {}) {
|
||||||
|
this.logger.debug({textPrompt, urlPrompt, turnConfig}, "_makeGatherTask");
|
||||||
const config = this.config.makeGatherTaskConfig({textPrompt, urlPrompt, turnConfig});
|
const config = this.config.makeGatherTaskConfig({textPrompt, urlPrompt, turnConfig});
|
||||||
const {retry, ...rest} = config;
|
const {retry, ...rest} = config;
|
||||||
this.retry = retry;
|
this.retry = retry;
|
||||||
|
|||||||
Reference in New Issue
Block a user