namespace XFEExtension.NetCore.XFEChatGPT; /// /// XFEChatGPT的基类 /// public class XFEChatGPTBase { private protected List ThreadList = []; }