LibreChat/api/server/controllers/agents
Danny Avila d79c5d1d21
🔧 refactor: Add and use PrincipalType Enum
- Replaced string literals for principal types ('user', 'group', 'public') with the new PrincipalType enum across various models, services, and tests for improved type safety and consistency.
- Updated permission handling in multiple files to utilize the PrincipalType enum, enhancing maintainability and reducing potential errors.
- Ensured all relevant tests reflect these changes to maintain coverage and functionality.
2025-08-07 02:57:08 -04:00
..
__tests__ 🤖 fix: Remove versions and __v when Duplicating an Agent (#8115) 2025-06-28 12:35:41 -04:00
callbacks.js 🔗 fix: File Citation Processing to Use Tool Artifacts 2025-08-07 02:57:07 -04:00
client.js 🔗 fix: File Citation Processing to Use Tool Artifacts 2025-08-07 02:57:07 -04:00
client.test.js ✂️ fix: Remove Image Payloads from Memory Processing (#8770) 2025-07-30 15:54:33 -04:00
errors.js 🔧 fix: Assistants API SDK calls to match Updated Arguments (#8818) 2025-08-02 12:19:58 -04:00
request.js ♻️ fix: Correct Message ID Assignment Logic (#8439) 2025-07-14 00:57:20 -04:00
v1.js 🔧 refactor: Add and use PrincipalType Enum 2025-08-07 02:57:08 -04:00
v1.spec.js 🏪 feat: Agent Marketplace 2025-08-07 02:57:04 -04:00