namespace AIStudio.Chat; /// /// Possible roles in the chat. /// public enum ChatRole { NONE, UNKNOWN, SYSTEM, USER, AI, AGENT, }