multiple preset endpoint agents, but all are "wired" to only one at random #6853
Replies: 3 comments
-
Hi @gmerritt thanks for sharing. That is not expected, can you share what your config looks like? Feel free to omit any details as long as it matches the structure of what you're working with |
Beta Was this translation helpful? Give feedback.
-
Yep sure -- this is very not-production and me poking & trying lots of stuff, and labels with awkward names so I can track which variable's values are rendered where, etc. etc.:
|
Beta Was this translation helpful? Give feedback.
-
Note that when I include the Agents submenu in
The shared Agents appear and can be uniquely selected at will, working fine. However, the Agents linked under Maybe a menu/link problem? Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have multiple admin agents shared with all users; they work fine, anyone can use them.
I am configuring custom model selection menu using
modelSpecs:list:
for all models...and agents. All of the "regular"preset:endpoint:
items I configure forendpoint: "google"
,endpoint: "azureOpenAI"
, etc. work great.I can add one
endpoint: "agents"
agent, and it works great!When I add two or more
endpoint: "agents"
, no matter which I pick from the menu, the chat window reflects (visually and functionally) only one of the endpoint agents. I can log in as a different user, and that other user experiences the same category of problem, but it may be a different endpoint that is clobbering all others for that user!Is
endpoint: "agents"
actually really supported yet? I've found that other documented features may be very beta/unfinished/known-buggy, so I thought I'd check.Or maybe this is a new bug?
Oh -- latest librechat image from the last day or so; same trouble from a recent image from a couple of days back.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions