Fetches a robot and updates the local cache when it exists.
Future<NIMResult<V2NIMUserAIBot>> fetchRobot(String accid) async { return _fetchRobotForAccount(accid, _accountProvider()); }