Skip to content

Releases: wit-ai/node-wit

Multi-responses in Composer

15 Feb 19:51
Compare
Choose a tag to compare
  • Multi-responses in Composer
  • Bumped API version to 20230215

Composer integration

01 Oct 05:22
Compare
Choose a tag to compare
  • Composer integration: .runComposerAudio(), .runComposer() (and raw .converse() + .event()) + actions support
  • Bumped API version to 20220801.
  • interactive now uses Composer for text inputs, use !message for GET /message and !converse for Composer audio inputs
  • added pizza example

Fixes parsing for large HTTP chunks.

03 Jun 19:23
Compare
Choose a tag to compare

Fixes parsing for large HTTP chunks.

Live transcription support

17 Mar 17:32
Compare
Choose a tag to compare
  • Emits partialTranscription and fullTranscription events.
  • Shows microphone input feedback for interactive.
  • Includes proxy support for speech().

ES6 direct support

17 Mar 16:27
Compare
Choose a tag to compare

Upgrade minimal node version to 6.17.1 to support ES6 features directly. https://node.green/

Basic POST /speech support

17 Mar 15:22
Compare
Choose a tag to compare

Basic POST /speech integration.
!speech support for interactive.

Update API to 20210928

14 Mar 20:45
Compare
Choose a tag to compare

Wit Refresh API update

27 May 15:22
Compare
Choose a tag to compare

Upgrading to latest API version! Check it out: 20200513.

Node.js SDK - Support for differnt JS envs + converse reset

17 Aug 13:46
Compare
Choose a tag to compare
  • Support for different JS environments
  • converse now takes reset as an optional parameter

Breaking changes

  • interactive is no longer a function on the Wit 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

30 Jun 18:34
Compare
Choose a tag to compare
  • say renamed to send to reflect that it deals with more than just text
  • Removed built-in actions merge and error
  • Actions signature simplified with request and response 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