LibreChat/api/server/controllers/agents
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
..
callbacks.js 🚧 chore: merge latest dev build (#4288) 2024-09-30 17:17:57 -04:00
client.js 🤖 fix: Address Minor Agent Issues (#4483) 2024-10-21 09:41:04 -04:00
errors.js 🚧 chore: merge latest dev build to main repo (#3844) 2024-08-31 16:33:51 -04:00
llm.js 🚧 chore: merge latest dev build to main repo (#3844) 2024-08-31 16:33:51 -04:00
request.js 🪨 feat: AWS Bedrock support (#3935) 2024-09-09 12:06:59 -04:00
run.js 🚧 chore: merge latest dev build (#4288) 2024-09-30 17:17:57 -04:00
v1.js 🖼️ fix: Avatar Handling for Agents and Assistants (#4507) 2024-10-22 14:53:45 -04:00