LibreChat/api/server/controllers/assistants
Danny Avila ebe3e7f796
🖼️ fix: Avatar Handling for Agents and Assistants (#4507)
The changes include:
- In the agent controller:
  - Removed the parsing of the avatar metadata from the request body.
  - Fetched the avatar data from the agent object using the agent ID.
  - Updated the error logging when fetching the agent.
  - Updated the deleteFileByFilter function to include the user ID when deleting the old avatar file.

- In the assistant controller:
  - Removed the parsing of the metadata from the request body.
  - Fetched the metadata from the assistant object using the assistant ID.
  - Updated the error logging when fetching the assistant.
  - Updated the deleteFileByFilter function to include the user ID when deleting the old avatar file.
2024-10-22 14:53:45 -04:00
..
chatV1.js 🪄 feat: Code Artifacts (#3798) 2024-08-27 17:03:16 -04:00
chatV2.js 🪄 feat: Code Artifacts (#3798) 2024-08-27 17:03:16 -04:00
errors.js ⚙️ feat: Adjust Rate of Stream Progress (#3244) 2024-07-17 10:47:17 -04:00
helpers.js 💬 feat: assistant conversation starter (#3699) 2024-08-31 13:42:20 -04:00
v1.js 🖼️ fix: Avatar Handling for Agents and Assistants (#4507) 2024-10-22 14:53:45 -04:00
v2.js 🚧 chore: merge latest dev build (#4288) 2024-09-30 17:17:57 -04:00