You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does AI file Id pattern matter ? I mean we don't have validation for that in our foundation layer with AIFileService. But when creating RemoveFileById in orchestration layer, I created this method to create random AI file Id.
Now I think I have overcomplicated it, because that pattern may change anytime and we don't really test it anywhere. So should I remove it and use MnemonicString instead ?
Does AI file Id pattern matter ? I mean we don't have validation for that in our foundation layer with
AIFileService
. But when creatingRemoveFileById
in orchestration layer, I created this method to create random AI file Id.Now I think I have overcomplicated it, because that pattern may change anytime and we don't really test it anywhere. So should I remove it and use
MnemonicString
instead ?@hassanhabib @ElbekDeveloper
The text was updated successfully, but these errors were encountered: