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. interactivenow uses Composer for text inputs, use!messageforGET /messageand!conversefor Composer audio inputs- added pizza example
Fixes parsing for large HTTP chunks.
Fixes parsing for large HTTP chunks.
Live transcription support
- Emits
partialTranscriptionandfullTranscriptionevents. - 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
conversenow takesresetas an optional parameter
Breaking changes
interactiveis no longer a function on theWitclient. Instead, you require it from the library:require('node-wit').interactiverunActionsnow resets the last turn on new messages and errors.
v4.0.0
sayrenamed tosendto reflect that it deals with more than just text- Removed built-in actions
mergeanderror - Actions signature simplified with
requestandresponsearguments - Actions need to return promises and do not receive the
cbparameter anymore - INFO level replaces LOG level
- configuration is now done when instantiating the
Witobject, instead of using env vars