Releases: wit-ai/node-wit
Releases · wit-ai/node-wit
Multi-responses in Composer
Composer integration
- Composer integration:
.runComposerAudio()
,.runComposer()
(and raw.converse()
+.event()
) + actions support - Bumped API version to
20220801
. interactive
now uses Composer for text inputs, use!message
forGET /message
and!converse
for Composer audio inputs- added pizza example
Fixes parsing for large HTTP chunks.
Fixes parsing for large HTTP chunks.
Live transcription support
- Emits
partialTranscription
andfullTranscription
events. - Shows microphone input feedback for
interactive
. - Includes proxy support for
speech()
.
ES6 direct support
Upgrade minimal node version to 6.17.1
to support ES6 features directly. https://node.green/
Basic POST /speech support
Basic POST /speech
integration.
!speech
support for interactive.
Update API to 20210928
As title
Wit Refresh API update
Upgrading to latest API version! Check it out: 20200513
.
Node.js SDK - Support for differnt JS envs + converse reset
- Support for different JS environments
converse
now takesreset
as an optional parameter
Breaking changes
interactive
is no longer a function on theWit
client. Instead, you require it from the library:require('node-wit').interactive
runActions
now resets the last turn on new messages and errors.
v4.0.0
say
renamed tosend
to reflect that it deals with more than just text- Removed built-in actions
merge
anderror
- Actions signature simplified with
request
andresponse
arguments - Actions need to return promises and do not receive the
cb
parameter anymore - INFO level replaces LOG level
- configuration is now done when instantiating the
Wit
object, instead of using env vars