File Uploads Icon Not Disabling for Agents Endpoint - Possible bug #9060
Unanswered
kimberg-stripe
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What Happened?
Hi, we are trying to disable file uploads for our users.
This is what our config looks like. The litellm endpoint is working perfectly where the file upload paperclip icon disappears.
Before


After
However, when chatting with agents, the paperclip remains even though file uploads is disabled.
We found this logic inside of the codebase.
It looks like as long as we're on the agents endpoint, the file upload icon will appear no matter what. Is this intentional? Removing
isAgents
from that line fixed the issue for us.Beta Was this translation helpful? Give feedback.
All reactions