-
Notifications
You must be signed in to change notification settings - Fork 224
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
FEAT: Simple Prompt Studio CRUD functionality #481
Conversation
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.
BE change LGTM
frontend/src/components/custom-tools/document-manager/DocumentManager.jsx
Show resolved
Hide resolved
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.
LGTM
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.
LGTM
frontend/src/components/custom-tools/document-parser/DocumentParser.jsx
Outdated
Show resolved
Hide resolved
frontend/src/components/custom-tools/document-parser/DocumentParser.jsx
Outdated
Show resolved
Hide resolved
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.
LGTM
…act into simple-prompt-studio-crud
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.
BE changes LGTM
|
Quality Gate passedIssues Measures |
What
Why
NA
How
NA
Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)
Yes, the existing modules have been modified to support SPS, so there is a chance that this pull request could break existing features.
Database Migrations
NA
Env Config
NA
Relevant Docs
NA
Related Issues or PRs
Dependencies Versions
NA
Notes on Testing
NA
Screenshots
NA
Checklist
I have read and understood the Contribution Guidelines.