-
Notifications
You must be signed in to change notification settings - Fork 159
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
Add Support for Custom Prompts #930
Add Support for Custom Prompts #930
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #930 +/- ##
==========================================
+ Coverage 84.05% 84.18% +0.13%
==========================================
Files 116 116
Lines 3737 3813 +76
Branches 727 743 +16
==========================================
+ Hits 3141 3210 +69
Misses 331 331
- Partials 265 272 +7 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to have more testing of error cases, but that appears to be difficult in many of our use cases
Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: KunalOfficial <[email protected]>
05fc876
to
a6c735d
Compare
Are there any examples of what the tenant.yaml should look like to use this? |
* Add Support for Custom Prompts * Fixed Linting * Fixed context.test.js * Add E2e Test * Fix E2e Test * Fix E2e Test * Fix E2E Tests * Update structure * Updated Testcase for checking the file. * Update - Used _getRestClient for making requests. * Added _getRestClient Mock * Fixed Put Request. * Bump chai from 4.4.1 to 4.5.0 (#932) Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * FIx Formatting * reverted prompt types * Fixed Linting and schema * Make changes in Schema for partial prompts * Update codeowner file with new GitHub team name (#931) Co-authored-by: KunalOfficial <[email protected]> * Removed consolelogs * Fix back codeowners --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: stevenwong-okta <[email protected]>
🔧 Changes
📚 References
🔬 Testing
📝 Checklist