Users Can't See or Share Agents Despite Enabled Admin Settings #5273
Schinter
started this conversation in
Help Wanted
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue: Admin Settings - Agents
In the Admin Settings - Agents section, there is incorrect behavior regarding settings for the USER role.
Current Settings
If the following options are enabled in the Admin Settings for the USER role:
Allow sharing Agents to all users
Allow creating Agents
Allow using Agents
Use Case 1:
A user with the USER role selects the "Assistants" block.
The user can see the list of assistants loaded from the database.
The user can create new assistants (even though the settings pertain to agents, not assistants).
The newly created assistant becomes visible to the user with the ADMIN role.
Use Case 2:
A user with the USER role selects the "Agents" block.
The user does NOT see the list of previously created agents.
The user with the USER role can create new agents.
The newly created agent does NOT become visible to the user with the ADMIN role.
The Problem
A user with the USER role cannot see previously created agents even when the Allow using Agents option is enabled.
A user with the USER role can create new agents, but those agents are not visible to the ADMIN user.
The Allow sharing Agents to all users setting does not properly enable visibility of existing agents to USER role users.
Beta Was this translation helpful? Give feedback.
All reactions