-
Notifications
You must be signed in to change notification settings - Fork 87
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
build: release v6.157.0 #7837
Merged
Merged
build: release v6.157.0 #7837
Conversation
This file contains 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
#7832) Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.12 to 4.17.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#7815) * feat(i18n): add admin-form feature directory Per discussions, create a nested dir structure for translations pertaining to the admin form. - create admin-form under features - nest sidebar and navbar, moving the latter from admin-form-navbar - update types and index to reflect changes * refactor(i18n): recursively re-export nested resources in /admin-form * refactor(i18n): re-export from feature/{*.ts}, then specific locales * fix(i18n): lint and perform minor style fixes * refactor(i18n): let FallbackTranslation use DeepRequired utility class * chore(i18n): replace hardcoded text with t hooks in multiple locations * fix(i18n): amend new translations * fix(i18n): correct typo * fix(i18n): add missing types * fix(i18n): simplify attachment field interpolation * fix(i18n): avoid using plurals for verified fields There appears to be something wrong with i18next's implementation of plurals, which no longer seem to honour count and suffix keys --------- Co-authored-by: Jed Ng <[email protected]>
build: merge release to develop
* feat: add mfb button to storage mode forms * feat: add text prompt modal * feat: add controller for text prompt * feat: connect be to azure-openai * feat: define prompt eng * fix: responsiveness of magic form button * feat: add form fields creation logic * feat: add prompt engineering * fix: zod model response validation * fix: attachment field parsing * fix: admin form refresh cache when form fields created * feat: add prompt ideas selector * feat: change cta to make it more understandable * feat: add character limit for prompt * feat: change cta * feat: add rate limit for text prompt endpoint * feat: refine prompt * feat: add beta flagging * chore: update package lock * feat: add error handling and reflection for assistance controller * feat: handle errors * fix: missing type in config.ts * feat: move model to config * feat: add tc * chore: update package lock * fix: field options bug and validation, iimprove prompt * feat: improve validation logic for statement and non empty titles * feat: ensure strings are non whitespace * feat: add ssm config for azure openai * feat: add error handling for model connection issues * feat: add TC coverage for assisted builder * chore: remove controller tc * fix: suggestion prompt contains * feat: increase char limit to 500 * feat: add metadata collection for mfb * feat: add mock for updateFormMetadata * feat: add storybook for mfb * feat: make copy more concise * feat: left align text * refactor: update react-icon for wand icon * fix: goprimitivedot replacement * fix: move map and maperr to outer layer * fix: add key to prompt ideas selector --------- Co-authored-by: Ken <[email protected]>
Deployment to staging successful |
KenLSM
approved these changes
Nov 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
New
#7714
#7830
#7815
#7831
#7828
07f0867
Dependencies
Dev-Dependencies
#7832
Tests
feat: magic form builder v1 (storage mode text prompt)
#7714
@kevin9foong
MFB works:
mfb
applied to accountCreate new fields with AI
button is shownMFB is able to handle user error or malicious input:
Note: Other failure cases such as fieldOptions for dropdown fields have been validated to work via unit tests.
New environment variables:
AZURE_OPENAI_API_KEY
: api keyAZURE_OPENAI_ENDPOINT
: endpoint urlAZURE_OPENAI_DEPLOYMENT_NAME
: name of deployment on azure openaiAZURE_OPENAI_API_VERSION
: API versionNew dependencies:
openai
: node API library to communicate with openai