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
#7836
#7839
#7714
#7830
#7815
#7831
#7828
1dc8b83
Dependencies
#7800
Dev-Dependencies
#7832
Tests
fix: change email summary response row to represent table row instead of cell
#7836
fix: set table field required false to cols instead of whole field
#7839
TC1: not required table field applies to column fields only:
add a table field type that is not required
in the prompt.TC2: required table fields work as usual
add a table field type that is required
in the prompt.feat: magic form builder v1 (storage mode text prompt)
#7714
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:
env var
: env var detailsAZURE_OPENAI_API_KEY
AZURE_OPENAI_ENDPOINT
AZURE_OPENAI_DEPLOYMENT_NAME
AZURE_OPENAI_API_VERSION
New dependencies:
dependency
: dependency detailsopenai
chore: bump version to v6.157.0
1dc8b83
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