We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed20003 + 868fa99 commit ce24ed9Copy full SHA for ce24ed9
src/Infrastructure/BotSharp.Core/Agents/AgentPlugin.cs
@@ -44,7 +44,7 @@ public bool AttachMenu(List<PluginMenuDef> menu)
44
{
45
SubMenu = new List<PluginMenuDef>
46
47
- new PluginMenuDef("Routing", link: "page/agent/router") { Roles = new List<string> { UserRole.Admin } }, // icon: "bx bx-map-pin"
+ new PluginMenuDef("Routing", link: "page/agent/router"), // icon: "bx bx-map-pin"
48
new PluginMenuDef("Evaluating", link: "page/agent/evaluator") { Roles = new List<string> { UserRole.Admin } }, // icon: "bx bx-task"
49
new PluginMenuDef("Agents", link: "page/agent"), // icon: "bx bx-bot"
50
}
0 commit comments