mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
* add bargein support to gather * bugfix: gather handles interim results from azure * gather: support for min/max digits and interdigit timeout * add task summary to some log messages * logging improvements
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
module.exports = function(tasks) {
|
|
return `[${tasks.map((t) => t.summary).join(',')}]`;
|
|
};
|