diff --git a/frontend/ai.client/src/app/components/sidenav/sidenav.html b/frontend/ai.client/src/app/components/sidenav/sidenav.html index b5d178b1..60928a12 100644 --- a/frontend/ai.client/src/app/components/sidenav/sidenav.html +++ b/frontend/ai.client/src/app/components/sidenav/sidenav.html @@ -46,8 +46,8 @@ Assistants - - @if (showAgents()) { + + @if (showAgents() && isAdmin()) { Agents + Preview } - - @if (showMemorySpaces()) { + + @if (showMemorySpaces() && isAdmin()) { Memory Spaces + Preview } - + @if (showSchedules() && isAdmin()) { Scheduled Runs + Preview }