Closed drub0y closed 5 years ago
I rebased this on top of mhop-alpha1. It will make it into master and npm once I evaluate all of the changes made last week in mhop-alpha1.
@MikeHopcroft any ETA for evaluating mhop-alpha1 and merging this into master? Looking at experimenting with other LUIS intents once this is in.
@dchouren: I'll try to do it this evening.
Merged. Pushed to short-order@v0.0.31.
This makes the
TokenizerFunction
return aPromise<IterableIterator<AnyToken>>
now which enables the impl to be async if you need it to be.This includes changes to propagate the
async
up through:TestCase::run
TestSuite::run