chore: introduce semantic kernel ai foundation

This commit is contained in:
2026-07-28 15:35:19 +08:00
parent 7a3cf09a99
commit 28d1a7ac52
7 changed files with 158 additions and 7 deletions

View File

@@ -168,7 +168,7 @@ public sealed class TenantStudentFollowup : AuditableTenantEntity
public Guid? UpdatedBy { get; set; }
}
public enum TenantExternalProviderCapability { Identity, ObjectStorage, Sms, Payment, Notification }
public enum TenantExternalProviderCapability { Identity, ObjectStorage, Sms, Payment, Notification, Ai }
public enum TenantExternalProviderStatus { Active, Disabled, Testing }
public enum TenantSecretStatus { Active, Disabled, Rotating }
public enum SmsPurpose { Login, BindPhone, ResetPassword }