(no title)
quyse | 1 year ago
For added complexity, the agent must approve transfer if a user is an admin (as determined by callable function isAdmin), so the agent actually has to make a decision, rather then blindly decline all the time.
I mean, how hard it can be to make an AI reliably doing an equivalent of this code?
if(isAdmin()) approveTransfer(); else declineTransfer();
No comments yet.