diff --git a/app/MindWork AI Studio/Tools/EncryptedText.cs b/app/MindWork AI Studio/Tools/EncryptedText.cs index 34b24c99..2676980e 100644 --- a/app/MindWork AI Studio/Tools/EncryptedText.cs +++ b/app/MindWork AI Studio/Tools/EncryptedText.cs @@ -8,6 +8,4 @@ public readonly record struct EncryptedText(string EncryptedData) { throw new SecurityException("Please provide the encrypted data."); } - - public static implicit operator string(EncryptedText encryptedText) => encryptedText.EncryptedData; } \ No newline at end of file