Merge pull request #19 from Qtoss-AI/Issues-321

add root role
This commit is contained in:
Haiping 2024-10-08 09:34:50 -05:00 committed by GitHub
commit 0032f3a2cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,4 +33,6 @@ public class UserRole
/// AI Assistant
/// </summary>
public const string Assistant = "assistant";
public const string Root = "root";
}