Skip to content

Commit 0032f3a

Browse files
authored
Merge pull request #19 from Qtoss-AI/Issues-321
add root role
2 parents 468f849 + f919ad7 commit 0032f3a

File tree

1 file changed

+2
-0
lines changed
  • src/Infrastructure/BotSharp.Abstraction/Users/Enums

1 file changed

+2
-0
lines changed

src/Infrastructure/BotSharp.Abstraction/Users/Enums/UserRole.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ public class UserRole
3333
/// AI Assistant
3434
/// </summary>
3535
public const string Assistant = "assistant";
36+
37+
public const string Root = "root";
3638
}

0 commit comments

Comments
 (0)