forked from wit-ai/node-wit
-
Notifications
You must be signed in to change notification settings - Fork 1
All in one #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
nuoomnoy02
wants to merge
20
commits into
nuoomnoy02:master
Choose a base branch
from
wit-ai:main
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
All in one #2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fbshipit-source-id: e0668c8da2ee2a7a9af2f34a7afa07b9848423d1
Summary: * bump API version to latest `20210928` * moved API version from `Accept` header to `v` parameter * kaizens * update headers in touched files Reviewed By: ChrisyShine Differential Revision: D34868508 fbshipit-source-id: d4f56e7e3f726fde2473d67a01f600d776ec117e
Summary: * Basic `POST /speech` integration * `!speech` support for `interactive`, using `mic` (3s) * Kaizens. Reviewed By: ruoyipu Differential Revision: D34931521 fbshipit-source-id: db3d7ea3d2c5f1a6df5492c4ed1aade21d7adc4e
Summary: Upgrade minimal node version to 6.17.1 to support ES6 features directly. https://node.green/ Reviewed By: ChrisyShine Differential Revision: D34934957 fbshipit-source-id: 0529dbcbbfa28429f361c21f9b258663aea45f1c
Summary: * emits `partialTranscription` and `fullTranscription` events for `speech()` * `interactive` integration * for simplicity, dup the response handler into 2 promises so we don't have to set up timeouts waiting for a final payload before resolving * showing microphone input feedback in `interactive` * including proxy support for `speech()` Reviewed By: ruoyipu Differential Revision: D34938698 fbshipit-source-id: ec0ac55c8778be8aff4de8b38c6a840f663ca28b
Summary: The speech details caused the last payload to be too large to fit into one HTTP chunk. Reviewed By: jayyteee Differential Revision: D36902180 fbshipit-source-id: 8f1a745eea88ea0bdf98d69f399797617021a7b7
Summary: Emits `partialUnderstanding` events; bumped API version to `20220608`; `apiVersion` is now a number. To ship on Wednesday. Reviewed By: ChrisyShine Differential Revision: D36904147 fbshipit-source-id: a896973bd9ce68d9619e8b1bb8eaf7432872417f
Summary: as title Reviewed By: ChrisyShine Differential Revision: D37024541 fbshipit-source-id: 27abe48430af69e582f5d2d77981ae4a63430f2e
Summary: as title Reviewed By: patapizza Differential Revision: D37859293 fbshipit-source-id: b89b23c50834975de762d837ff97b4adea9f74b1
Summary: as title Reviewed By: patapizza Differential Revision: D37859399 fbshipit-source-id: f3b52a16e461bed2e802a5d37e0d41b5bd9e19be
Summary: add in a new example using synthesize() and dictation() Reviewed By: patapizza Differential Revision: D37873359 fbshipit-source-id: ef1c100723946b399adf6c1c6023c88641103795
Summary: as title, see `CHANGES.md` + prettier Reviewed By: jayyteee Differential Revision: D38368445 fbshipit-source-id: 251701fc147e98019bb50bcb7e06517089c06f39
Summary: - fixed typos in README - bumped version Reviewed By: yuzh174 Differential Revision: D39976646 fbshipit-source-id: e21cce9882e06b94d03f292883f5b0b2c7c3f218
Summary: as title Reviewed By: yolanother Differential Revision: D40201665 fbshipit-source-id: 81c875c541540be8d948f2be7d59a725cdd51ba9
Summary: Update `uuid` to version `9.0.0` Reviewed By: patapizza Differential Revision: D41363015 fbshipit-source-id: 7194320837721b2a0f705882054d33537bcc9f04
Summary: - Composer multi-responses support - bumped API to 20230215 - bumped SDK to 6.6.0 Reviewed By: nishsinghal20, CleanestMink126 Differential Revision: D43291213 fbshipit-source-id: 03f5d26b0f00a07fa6c9a6789a6d53b0fe9b2b35
Summary: should add agent before proxy to fetch to respect proxy settings in ENV Pull Request resolved: #241 Reviewed By: nishsinghal20 Differential Revision: D43472111 Pulled By: patapizza fbshipit-source-id: a763ba82c819047af6c7a07000d32fe4abcd45a4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.