This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
LibreChat
Watch
1
Star
0
Fork
You've already forked LibreChat
0
mirror of
https://github.com/danny-avila/LibreChat.git
synced
2025-12-18 01:10:14 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
f1b29ffb45
LibreChat
/
client
/
src
/
data-provider
/
Files
/
index.ts
3 lines
56 B
TypeScript
Raw
Normal View
History
Unescape
Escape
⬆️ feat: Cancel chat file uploads; fix: Assistant uploads (#4433) * refactor: move file mutations to dedicated file, improve typing * refactor(ChatForm): utilize FileFormWrapper to consolidate file upload logic/rendering to single parent * refactor: better TSX heirarchies between AttachFile and FileFormWrapper * refactor: `abortUpload` WIP * fix: file debugging and file upload issues * refactor: reject promise outright if axios intercepted error does not include response property * chore: bump data-provider version to 0.7.428 * refactor: Add return type to localize function in Translation.ts * refactor: allow message file attachment upload request cancellations, and add localizations for file upload errors * refactor: include Azure OpenAI in paramEndpoints set * fix: assistant form uploads and better typing * refactor: consolidate logic
2024-10-16 11:24:40 -04:00
export
*
from
'./mutations'
;
🔒 feat: View/Delete Shared Agent Files (#8419) * 🔧 fix: Add localized message for delete operation not allowed * refactor: improve file deletion operations ux * feat: agent-based file access control and enhance file retrieval logic * feat: implement agent-specific file retrieval * feat: enhance agent file retrieval logic for authors and shared access * ci: include userId and agentId in mockGetFiles call for OCR file retrieval
2025-07-12 01:52:46 -04:00
export
*
from
'./queries'
;
Reference in a new issue
Copy permalink