2.0.0-alpha.3
· One min read
This update includes the following enhancements:
- Add retry mechanism
- ASR and NLU properties now have:
retry_count
andretry_sleep_s
- Ensures token is valid for retry
- Note: retry_count max is 4, retry_sleep_s max is 30
- See config.json for more
- ASR and NLU properties now have:
- Add NLU config support:
input_logging_mode
, defaultPLAINTEXT
- New
errors.tsv
file, complimentsresults.tsv
for those rows for which errors occured - Add default
client_data
for ASR and NLU requests- Includes: tool version, os/platform system in context of runner
Some fixes:
- Fix
auto_punctuate
evaluation oftrue
/false
- Fix file handling and various newline issues for Windows users
- File previously
results.postprocessed.{timestamp}.json
is nowout.json
Thanks,
Nuance Mix Team