-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: sharing endpoints #1034
Feat: sharing endpoints #1034
Conversation
@ManishMadan2882 is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1034 +/- ##
==========================================
- Coverage 21.83% 21.78% -0.05%
==========================================
Files 80 80
Lines 3645 3690 +45
==========================================
+ Hits 796 804 +8
- Misses 2849 2886 +37 ☔ View full report in Codecov by Sentry. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Amazing PR!
Thank you!
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Backend
api/shared_conversation/<conversation_id>
fetches the shared conversationqueries
from the DBRef in the shared_conversations collection./api/share?isPromptable=<true/false>
creates a new document in shared_conversations collectionFrontend
Why was this change needed? (You can also link to an open issue here)
New feature to share conversations